diff options
Diffstat (limited to 'lib/ui.lib.php')
-rw-r--r-- | lib/ui.lib.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/ui.lib.php b/lib/ui.lib.php index 88cfc3c2..be447091 100644 --- a/lib/ui.lib.php +++ b/lib/ui.lib.php @@ -236,6 +236,17 @@ function truncate_with_ellipsis($text, $max=27) { } // truncate_with_ellipsis /** + * show_header + * This shows the header.inc.php, it may do something + * more in the future + */ +function show_header() { + + require_once Config::get('prefix') . '/templates/header.inc.php'; + +} // show_header + +/** * show_footer * shows the footer of the page */ |