summaryrefslogtreecommitdiffstats
path: root/lib/ui.lib.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-05-13 18:38:19 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-05-13 18:38:19 +0000
commit1a6ae62569dbc5603a361a488641950cc317ac3d (patch)
tree130afc63e183c49559572e0ccf93f5cdcd89d7cf /lib/ui.lib.php
parentdccdeba838129a5a3805c7669ec0a6328269f738 (diff)
downloadampache-1a6ae62569dbc5603a361a488641950cc317ac3d.tar.gz
ampache-1a6ae62569dbc5603a361a488641950cc317ac3d.tar.bz2
ampache-1a6ae62569dbc5603a361a488641950cc317ac3d.zip
flushed out the album view and added a few more features removed unused icons
Diffstat (limited to 'lib/ui.lib.php')
-rw-r--r--lib/ui.lib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ui.lib.php b/lib/ui.lib.php
index 6746226a..0310f6df 100644
--- a/lib/ui.lib.php
+++ b/lib/ui.lib.php
@@ -241,7 +241,7 @@ function truncate_with_ellipsis($text, $max=27) {
*/
function show_footer() {
- require_once Config::get('prefix') . '/templates/footer.inc';
+ require_once Config::get('prefix') . '/templates/footer.inc.php';
} // show_footer