diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-23 22:16:02 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-23 22:16:02 +0000 |
commit | 1d08ce31caa68f6da292493fa16432163cbbeddd (patch) | |
tree | 6d9c01a92b83fc032a219cb4ee1986cf6e1fd08d /templates/show_box.inc.php | |
parent | f18efa3eac538882820591919b5874e99ddcf412 (diff) | |
download | ampache-1d08ce31caa68f6da292493fa16432163cbbeddd.tar.gz ampache-1d08ce31caa68f6da292493fa16432163cbbeddd.tar.bz2 ampache-1d08ce31caa68f6da292493fa16432163cbbeddd.zip |
all fixed now
Diffstat (limited to 'templates/show_box.inc.php')
-rw-r--r-- | templates/show_box.inc.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/show_box.inc.php b/templates/show_box.inc.php index 324912c9..6bff9378 100644 --- a/templates/show_box.inc.php +++ b/templates/show_box.inc.php @@ -20,7 +20,7 @@ */ ?> -<table class="border" cellspacing="0" cellpadding="0"> +<table class="box" cellspacing="0" cellpadding="0"> <tr> <td class="box-left-top"></td> <td class="box-top"></td> @@ -28,11 +28,11 @@ </tr> <tr> <td class="box-left" rowspan="2"></td> - <td background="<?php echo conf('web_path'); ?>/images/ampache-light-bg.gif" bgcolor="#c0c0c0"><?php echo $title; ?></td> + <td><?php echo $title; ?></td> <td class="box-right" rowspan="2"></td> </tr> <tr> - <td class="even"> + <td> <ol> <?php foreach ($items as $item) { |