1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-25 23:36:29 +02:00

$LAYOUT splitter shortcode correction. {---}

This commit is contained in:
Cameron
2013-12-21 21:55:33 -08:00
parent 54f41b788a
commit 512a2e307b
3 changed files with 6 additions and 4 deletions

View File

@@ -580,7 +580,7 @@ echo "</head>\n";
{
foreach($LAYOUT as $key=>$template)
{
list($hd,$ft) = explode("{...}",$template);
list($hd,$ft) = explode("{---}",$template);
$HEADER[$key] = $hd;
$FOOTER[$key] = $ft;
}