Render all pages in the site design

develop
Sven Slootweg 11 years ago
parent e2a18f681b
commit abeaa993a4

@ -39,4 +39,7 @@ catch (RouterException $e)
die("404 Not Found");
}
echo($sPageContents);
echo(NewTemplater::Render("layout", $locale->strings, array(
"title" => $sPageTitle,
"contents" => $sPageContents
)));

Loading…
Cancel
Save