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:
parent
54f41b788a
commit
512a2e307b
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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>
|
||||||
|
@ -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 -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user