projects
/
textcart.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcf7391
)
Cleanup.
author
Janusz Dobrowolski
<janusz@frontaccouting.eu>
Sun, 24 Mar 2013 10:15:24 +0000
(11:15 +0100)
committer
Janusz Dobrowolski
<janusz@frontaccouting.eu>
Sun, 24 Mar 2013 10:15:24 +0000
(11:15 +0100)
includes/page/header.inc
patch
|
blob
|
history
diff --git
a/includes/page/header.inc
b/includes/page/header.inc
index 99f3c688940c489e0c82636804631fadcf1cc657..410da2c01faee03b655469406f173953339fe0fd 100644
(file)
--- a/
includes/page/header.inc
+++ b/
includes/page/header.inc
@@
-139,7
+139,7
@@
function page_header($title, $no_menu=false, $is_index=false, $onload="", $js=""
else
echo "<body onload=\"$onload\">";
- include_once($path_to_root . "/themes/
".user_theme()."
/renderer.php");
+ include_once($path_to_root . "/themes/
$theme
/renderer.php");
$rend = new renderer();
$rend->menu_header($title, $no_menu, $is_index);
error_box();