Ajoute un lien vers la Mailing-List pour l'admin AlternC

This commit is contained in:
Alan Garcia 2012-10-29 09:08:24 +00:00
parent 78bbe0ee1b
commit 41feeb943b
1 changed files with 9 additions and 4 deletions

View File

@ -97,10 +97,15 @@ if($admin->enabled) {
echo "<td>{$account['nom']}, {$account['prenom']}</td>";
echo "<td>{$account['expiry']}</td></tr>\n";
}
}
}
echo "</table>\n";
}
}
echo "<hr/><p>";
__("You are using the AlternC Panel. You can contact the AlternC community for informations or feedback by joigning the mailing-list");
echo "&nbsp;<a target=_blank href='http://lists.alternc.org/listinfo/users'>users@alternc.org</a>";
echo "</p>";
} // if $admin->enabled
$c = $admin->get($cuid);