summaryrefslogtreecommitdiffstats
path: root/templates/show_box.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-23 23:28:18 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-23 23:28:18 +0000
commit34238a29aade796f30911c567eace0e1518eb470 (patch)
tree4e0125bd53cc2f75f7a0536ea6479ec82e0ac0ce /templates/show_box.inc.php
parent1d08ce31caa68f6da292493fa16432163cbbeddd (diff)
downloadampache-34238a29aade796f30911c567eace0e1518eb470.tar.gz
ampache-34238a29aade796f30911c567eace0e1518eb470.tar.bz2
ampache-34238a29aade796f30911c567eace0e1518eb470.zip
to keep infamys eyes from bleeding
Diffstat (limited to 'templates/show_box.inc.php')
-rw-r--r--templates/show_box.inc.php23
1 files changed, 2 insertions, 21 deletions
diff --git a/templates/show_box.inc.php b/templates/show_box.inc.php
index 6bff9378..3e74d9b5 100644
--- a/templates/show_box.inc.php
+++ b/templates/show_box.inc.php
@@ -20,19 +20,7 @@
*/
?>
-<table class="box" cellspacing="0" cellpadding="0">
-<tr>
- <td class="box-left-top"></td>
- <td class="box-top"></td>
- <td class="box-right-top"></td>
-</tr>
-<tr>
- <td class="box-left" rowspan="2"></td>
- <td><?php echo $title; ?></td>
- <td class="box-right" rowspan="2"></td>
-</tr>
-<tr>
- <td>
+<?php require(conf('prefix') . '/templates/show_box_top.inc.php'); ?>
<ol>
<?php
foreach ($items as $item) {
@@ -40,11 +28,4 @@
}
?>
</ol>
- </td>
-</tr>
-<tr>
- <td class="box-left-bottom"></td>
- <td class="box-bottom"></td>
- <td class="box-right-bottom"></td>
-</tr>
-</table>
+<?php require(conf('prefix') . '/templates/show_box_bottom.inc.php'); ?>