Auch $html_header muss dem Theme zur Verfügung stehen
bernd

bernd commited on 2010-09-19 10:05:40
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.


git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@1815 87cf0b9e-d624-0410-a070-f6ee81989793
... ...
@@ -2,7 +2,7 @@
2 2
 
3 3
 function show_page($path = NULL) 
4 4
 {
5
-  global $go, $title, $headline, $output, $module, $page;
5
+  global $go, $title, $headline, $output, $module, $page, $html_header;
6 6
   if ($path) {
7 7
   	$module = $path;
8 8
   }
9 9