Einchecken des Online-Codes
This commit is contained in:
15
admin/footer.php
Normal file
15
admin/footer.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
echo "<ul>\n";
|
||||
echo " <li>";
|
||||
echo " <a href=\"index.php?section=logout\" class=\"login";
|
||||
if ('login' == $_GET['section']) {
|
||||
echo "aktiv\"> </a>\n";
|
||||
} else {
|
||||
echo "\"> </a>\n";
|
||||
}
|
||||
echo " </li>\n";
|
||||
echo "</ul>";
|
||||
?>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user