summaryrefslogtreecommitdiffstats
path: root/templates/show_songs.inc
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_songs.inc
parent1d08ce31caa68f6da292493fa16432163cbbeddd (diff)
downloadampache-34238a29aade796f30911c567eace0e1518eb470.tar.gz
ampache-34238a29aade796f30911c567eace0e1518eb470.tar.bz2
ampache-34238a29aade796f30911c567eace0e1518eb470.zip
to keep infamys eyes from bleeding
Diffstat (limited to 'templates/show_songs.inc')
-rw-r--r--templates/show_songs.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/show_songs.inc b/templates/show_songs.inc
index 09ebc31a..50c918d4 100644
--- a/templates/show_songs.inc
+++ b/templates/show_songs.inc
@@ -27,7 +27,10 @@ if (is_object($playlist) && ($GLOBALS['user']->username == $playlist->user || $G
$playlist_owner = true;
}
+// Title of this page
+
?>
+<?php require(conf('prefix') . '/templates/show_box_top.inc.php'); ?>
<form id="songs" method="post" enctype="multipart/form-data" action="#" style="Display:inline;">
<table class="border" cellspacing="0" cellpadding="0" border="0">
<?php if (is_object($GLOBALS['view'])) { ?>
@@ -179,4 +182,5 @@ $num = count($song_ids);
<br />
<?php show_play_selected(); ?>
</form>
+<?php require(conf('prefix') . '/templates/show_box_bottom.inc.php'); ?>