summaryrefslogtreecommitdiffstats
path: root/templates/show_index.inc.php
diff options
context:
space:
mode:
authorpb1dft <pb1dft@ampache>2007-01-08 23:09:01 +0000
committerpb1dft <pb1dft@ampache>2007-01-08 23:09:01 +0000
commit4d948bcd7c451b35df7686f2d24ebc57746096c2 (patch)
tree5d1dba2b33307fe718214ca4ffd1a8ad6bd5187e /templates/show_index.inc.php
parent9e427a63e4c8c4ac596e771495492ed50c1c9384 (diff)
downloadampache-4d948bcd7c451b35df7686f2d24ebc57746096c2.tar.gz
ampache-4d948bcd7c451b35df7686f2d24ebc57746096c2.tar.bz2
ampache-4d948bcd7c451b35df7686f2d24ebc57746096c2.zip
reinserted local catalog info
Diffstat (limited to 'templates/show_index.inc.php')
-rw-r--r--templates/show_index.inc.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/show_index.inc.php b/templates/show_index.inc.php
index 37ce8246..7591fed0 100644
--- a/templates/show_index.inc.php
+++ b/templates/show_index.inc.php
@@ -23,6 +23,12 @@
<?php show_now_playing(); ?>
</div> <!-- Close Now Playing Div -->
<!-- Recently Played -->
+<div id="catalog_info">
+ <?php
+ $data = show_local_catalog_info();
+ if (count($data)) { show_local_catalog_info(); }
+ ?>
+</div>
<div id="recently_played">
<?php
$data = get_recently_played();