From 1a6ae62569dbc5603a361a488641950cc317ac3d Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 13 May 2007 18:38:19 +0000 Subject: flushed out the album view and added a few more features removed unused icons --- lib/ui.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ui.lib.php') 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 -- cgit