mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02: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:
@@ -26,6 +26,7 @@
|
||||
$template->set_file(array("overall_header" => "overall_header.tpl",
|
||||
"overall_footer" => "overall_footer.tpl"));
|
||||
$template->set_var(array("SITENAME" => $sitename,
|
||||
"PHPEX" => $phpEx,
|
||||
"PAGE_TITLE" => $page_title,
|
||||
"META_INFO" => $meta_tags));
|
||||
$template->pparse("output", "overall_header");
|
||||
|
Reference in New Issue
Block a user