mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 01:19:44 +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)
|
||||
{
|
||||
list($hd,$ft) = explode("{...}",$template);
|
||||
list($hd,$ft) = explode("{---}",$template);
|
||||
$HEADER[$key] = $hd;
|
||||
$FOOTER[$key] = $ft;
|
||||
}
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<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" />
|
||||
<summary>Bootstrap e107 admin theme</summary>
|
||||
<description>Bootstrap e107 admin theme</description>
|
||||
<summary>Bootstrap v2 frontend and admin theme</summary>
|
||||
<description>Bootstrap v2 theme for e107</description>
|
||||
<category>generic</category>
|
||||
<keywords>
|
||||
<word>bootstrap</word>
|
||||
|
@ -159,7 +159,9 @@ $LAYOUT['jumbotron'] = '
|
||||
<div class="container">
|
||||
{ALERTS}
|
||||
|
||||
{...}
|
||||
{---}
|
||||
|
||||
|
||||
</div>
|
||||
<div class="container">
|
||||
<!-- Example row of columns -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user