diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-24 03:15:05 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-24 03:15:05 +0000 |
commit | ae70bce26c2f39da93c85a082602d58dcf13652e (patch) | |
tree | 0bf530733d44216846ad39f245bc238baf174cee /templates/show_users.inc | |
parent | cb12b4a8c948d901f6851a7eae032827b423704d (diff) | |
download | ampache-ae70bce26c2f39da93c85a082602d58dcf13652e.tar.gz ampache-ae70bce26c2f39da93c85a082602d58dcf13652e.tar.bz2 ampache-ae70bce26c2f39da93c85a082602d58dcf13652e.zip |
more updates to the theme stuff
Diffstat (limited to 'templates/show_users.inc')
-rw-r--r-- | templates/show_users.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/show_users.inc b/templates/show_users.inc index db3172dd..a6e6442b 100644 --- a/templates/show_users.inc +++ b/templates/show_users.inc @@ -28,7 +28,7 @@ $total_items = $view->total_items; $admin_menu = "admin/"; ?> - +<?php show_box_top(); ?> <table class="tabledata" cellpadding="0" cellspacing="0" border="0"> <tr class="even" align="center"> <td colspan="8"> @@ -137,3 +137,4 @@ while ($results = mysql_fetch_object($db_result)) { </tr> <?php } //end while ($results = mysql_fetch_object($db_result)) ?> </table> +<?php show_box_bottom(); ?> |