diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-05-25 22:06:16 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-05-25 22:06:16 +0000 |
commit | 993a0a7a65f60f0d91b707b342a9367bf8afbbd9 (patch) | |
tree | 52fa645aedbf27b4c482fa91fe079160eb373518 /templates/show_index.inc.php | |
parent | af9da5bf95d4cc93fdde6402271a957d9c0a74b3 (diff) | |
download | ampache-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.php | 2 |
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> |