mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Added PHPEX to the overall_header template
git-svn-id: file:///svn/phpbb/trunk@26 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
888d78b63a
commit
3c73050aac
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
||||||
$template->set_file(array("overall_header" => "overall_header.tpl",
|
$template->set_file(array("overall_header" => "overall_header.tpl",
|
||||||
"overall_footer" => "overall_footer.tpl"));
|
"overall_footer" => "overall_footer.tpl"));
|
||||||
$template->set_var(array("SITENAME" => $sitename,
|
$template->set_var(array("SITENAME" => $sitename,
|
||||||
|
"PHPEX" => $phpEx,
|
||||||
"PAGE_TITLE" => $page_title,
|
"PAGE_TITLE" => $page_title,
|
||||||
"META_INFO" => $meta_tags));
|
"META_INFO" => $meta_tags));
|
||||||
$template->pparse("output", "overall_header");
|
$template->pparse("output", "overall_header");
|
||||||
|
|
Loading…
Add table
Reference in a new issue