From b6cfe134badb2d4393e9081b13b2dfca011ed736 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 7 Jan 2007 20:35:49 +0000 Subject: * Re-worked Main page of Ampache, adding Album of the moment. * Moved stats to /stats.php page * Fixed logic error in resize that could cause nothign to display if resize was on, but it still failed * Fixed Upload Album art from Find Album Art * Added Menu to the TV page * Fixed logic error that showed localplay if user had access regardless of global config * Changed default action of browse.php to song browse --- templates/show_index.inc.php | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 templates/show_index.inc.php (limited to 'templates/show_index.inc.php') diff --git a/templates/show_index.inc.php b/templates/show_index.inc.php new file mode 100644 index 00000000..bc782046 --- /dev/null +++ b/templates/show_index.inc.php @@ -0,0 +1,37 @@ + +
+ +
+ +
+ +
+
+ +
-- cgit