1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 17:39:46 +01: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) foreach($LAYOUT as $key=>$template)
{ {
list($hd,$ft) = explode("{...}",$template); list($hd,$ft) = explode("{---}",$template);
$HEADER[$key] = $hd; $HEADER[$key] = $hd;
$FOOTER[$key] = $ft; $FOOTER[$key] = $ft;
} }

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<e107Theme name="bootstrap" version="1.0" date="2012-12-01" compatibility="2.0"> <e107Theme name="bootstrap" version="1.0" date="2012-12-01" compatibility="2.0">
<author name ="e107 Inc" email="e107inc@something.com" url="http://e107.org" /> <author name ="e107 Inc" email="e107inc@something.com" url="http://e107.org" />
<summary>Bootstrap e107 admin theme</summary> <summary>Bootstrap v2 frontend and admin theme</summary>
<description>Bootstrap e107 admin theme</description> <description>Bootstrap v2 theme for e107</description>
<category>generic</category> <category>generic</category>
<keywords> <keywords>
<word>bootstrap</word> <word>bootstrap</word>

View File

@ -159,7 +159,9 @@ $LAYOUT['jumbotron'] = '
<div class="container"> <div class="container">
{ALERTS} {ALERTS}
{...} {---}
</div> </div>
<div class="container"> <div class="container">
<!-- Example row of columns --> <!-- Example row of columns -->