summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/show_admin_info.inc.php3
-rw-r--r--templates/show_admin_tools.inc.php1
2 files changed, 1 insertions, 3 deletions
diff --git a/templates/show_admin_info.inc.php b/templates/show_admin_info.inc.php
index b87a7847..b0414611 100644
--- a/templates/show_admin_info.inc.php
+++ b/templates/show_admin_info.inc.php
@@ -30,9 +30,6 @@ $total_flagged = $flag->get_total();
$catalog = new Catalog();
$songs = $catalog->get_disabled(10);
-/* User Information */
-$users = $GLOBALS['user']->get_recent(10);
-
?>
<span class="header1"><?php echo _('Information'); ?></span><br />
<div class="text-box">
diff --git a/templates/show_admin_tools.inc.php b/templates/show_admin_tools.inc.php
index 1dade1f2..ff66675d 100644
--- a/templates/show_admin_tools.inc.php
+++ b/templates/show_admin_tools.inc.php
@@ -22,6 +22,7 @@
$web_path = conf('web_path');
$catalog = new Catalog();
$catalogs = $catalog->get_catalogs();
+$users = $GLOBALS['user']->get_recent(10);
?>
<span class="header1"><?php echo _('Catalogs'); ?></span>