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_modules.inc.php | |
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_modules.inc.php')
-rw-r--r-- | templates/show_modules.inc.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/show_modules.inc.php b/templates/show_modules.inc.php index 0fc80bfb..4530b75e 100644 --- a/templates/show_modules.inc.php +++ b/templates/show_modules.inc.php @@ -30,7 +30,7 @@ $localplay_modules = get_localplay_controllers(); $web_path = conf('web_path'); ?> -<span class="header1"><?php echo _('Modules'); ?></span> +<?php show_box_top(_('Modules')); ?> <table class="border" border="0" cellspacing="0"> <tr class="table-header"> <th><?php echo _('Module Name'); ?></th> @@ -57,3 +57,4 @@ foreach ($localplay_modules as $module) { </tr> <?php } ?> </table> +<?php show_box_bottom(); ?> |