diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-22 04:35:24 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-22 04:35:24 +0000 |
commit | c9bf00afb1611a05b85088264cb4d42efbb8ab73 (patch) | |
tree | a3fd7f71d48af7ba005d83ea5291fd3b6b1bd40e /templates/show_admin_tools.inc.php | |
parent | e540814435a7b825ef585bdcbf0b79f3f5f47e99 (diff) | |
download | ampache-c9bf00afb1611a05b85088264cb4d42efbb8ab73.tar.gz ampache-c9bf00afb1611a05b85088264cb4d42efbb8ab73.tar.bz2 ampache-c9bf00afb1611a05b85088264cb4d42efbb8ab73.zip |
removed some unused files, and tweaked the style of a few pages
Diffstat (limited to 'templates/show_admin_tools.inc.php')
-rw-r--r-- | templates/show_admin_tools.inc.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/show_admin_tools.inc.php b/templates/show_admin_tools.inc.php index 5513d74f..b604ae32 100644 --- a/templates/show_admin_tools.inc.php +++ b/templates/show_admin_tools.inc.php @@ -22,7 +22,6 @@ $web_path = conf('web_path'); $catalog = new Catalog(); $catalogs = $catalog->get_catalogs(); -$users = $GLOBALS['user']->get_recent(10); ?> <?php show_box_top(_('Catalogs')); ?> @@ -83,9 +82,3 @@ $users = $GLOBALS['user']->get_recent(10); <!-- <a href="<?php echo $web_path; ?>/admin/system.php?action=check_version"><?php echo _('Check for New Version'); ?></a>--> </div> <?php show_box_bottom(); ?> -<?php show_box_top(_('User Activity')); ?> - <?php require (conf('prefix') . '/templates/show_users_info.inc.php'); ?> - <div class="text-action"> - <a href="<?php echo $web_path; ?>/admin/users.php"><?php echo _('Show All'); ?>...</a> - </div> -<?php show_box_bottom(); ?> |