diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-05-01 07:22:07 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-05-01 07:22:07 +0000 |
commit | a02b8ce20746ef5449e661ac8ffdb4e1974e65c2 (patch) | |
tree | db1e0b2a6ef1b9fa7bfaa65e2fdb8eb22286f063 /templates/show_modules.inc.php | |
parent | af554e6296eff9ee08ad59597f27378e4b2a8db8 (diff) | |
download | ampache-a02b8ce20746ef5449e661ac8ffdb4e1974e65c2.tar.gz ampache-a02b8ce20746ef5449e661ac8ffdb4e1974e65c2.tar.bz2 ampache-a02b8ce20746ef5449e661ac8ffdb4e1974e65c2.zip |
fixed clean, added lang to installer (thx ros) and cleaned up catalog display a bit and mojoed lang list
Diffstat (limited to 'templates/show_modules.inc.php')
-rw-r--r-- | templates/show_modules.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_modules.inc.php b/templates/show_modules.inc.php index 8b0b139f..0fc80bfb 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="header2"><?php echo _('Modules'); ?></span> +<span class="header1"><?php echo _('Modules'); ?></span> <table class="border" border="0" cellspacing="0"> <tr class="table-header"> <th><?php echo _('Module Name'); ?></th> |