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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user