summaryrefslogtreecommitdiffstats
path: root/templates/show_index.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-05-25 22:06:16 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-05-25 22:06:16 +0000
commit993a0a7a65f60f0d91b707b342a9367bf8afbbd9 (patch)
tree52fa645aedbf27b4c482fa91fe079160eb373518 /templates/show_index.inc.php
parentaf9da5bf95d4cc93fdde6402271a957d9c0a74b3 (diff)
downloadampache-993a0a7a65f60f0d91b707b342a9367bf8afbbd9.tar.gz
ampache-993a0a7a65f60f0d91b707b342a9367bf8afbbd9.tar.bz2
ampache-993a0a7a65f60f0d91b707b342a9367bf8afbbd9.zip
moved the browse menu onto home, removed the browse tag from the menu, removed genre from song views will eventually be replaced by tag. Added not enough data note to the recently played
Diffstat (limited to 'templates/show_index.inc.php')
-rw-r--r--templates/show_index.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_index.inc.php b/templates/show_index.inc.php
index c9070eac..605b4d42 100644
--- a/templates/show_index.inc.php
+++ b/templates/show_index.inc.php
@@ -42,7 +42,7 @@
<?php
$data = Song::get_recently_played();
show_box_top(_('Recently Played'));
- if (count($data)) { require_once Config::get('prefix') . '/templates/show_recently_played.inc.php'; }
+ require_once Config::get('prefix') . '/templates/show_recently_played.inc.php';
show_box_bottom();
?>
</div>