1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +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:
Paul S. Owen
2001-02-23 18:10:49 +00:00
parent 888d78b63a
commit 3c73050aac

View File

@@ -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");