diff options
Diffstat (limited to 'lib/ui.lib.php')
-rw-r--r-- | lib/ui.lib.php | 2 |
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 |