.....snip.....
<position>content-top-b</position>
<position>content-top-c</position>
<position>content-bottom-a</position>
<position>content-bottom-b</position>
<position>content-bottom-c</position>
<position>contentbottom2-a</position>
<position>contentbottom2-b</position>
<position>contentbottom2-c</position>
<position>contentbottom3-a</position>
<position>contentbottom3-b</position>
<position>contentbottom3-c</position>
<position>mainbottom-a</position>
<position>mainbottom-b</position>
.....snip.....
.....snip.....
<field name="mainbodyPosition" type="positions" default="6,3,3" label="MAINBODY_POS" description="LAYOUT_POS_DESC">
<schemas>1,2,3,4</schemas>
<words>sa,sb,sc,mb</words>
<type>custom</type>
</field>
<fields name="contentbottom2" type="position" label="CONTENTBOTTOM2_POS" description="LAYOUT_POS_DESC">
<field name="layout" type="positions" default="4,4,4" label="">
<schemas>1,2,3</schemas>
<words>2,3,4,5,6,7,8,9,10</words>
</field>
<field name="showall" type="toggle" default="0" label="FORCE_POS"/>
<field name="showmax" type="showmax" default="3" label="POS_COUNT"/>
</fields>
<fields name="contentbottom3" type="position" label="CONTENTBOTTOM3_POS" description="LAYOUT_POS_DESC">
<field name="layout" type="positions" default="4,4,4" label="">
<schemas>1,2,3</schemas>
<words>2,3,4,5,6,7,8,9,10</words>
</field>
<field name="showall" type="toggle" default="0" label="FORCE_POS"/>
<field name="showmax" type="showmax" default="3" label="POS_COUNT"/>
</fields>
.....snip.....
.....snip.....
;-----------------
; Custom language strings can go here, core strings are in Gantry
;-----------------
CONTENTBOTTOM2_POS = "ContentBottom2"
CONTENTBOTTOM2_POS = "ContentBottom3"
TEXT_SIZE="Text Size"
DEC_FONT_SIZE="Decrease Font Size"
.....snip.....
.....snip.....
</div>
</div>
<?php endif; ?>
<?php if (isset($fparams->contentBottom)) : ?>
<div id="rt-content-bottom">
<?php echo $fparams->contentBottom; ?>
</div>
<?php endif; ?>
</div>
<?php echo $fparams->sidebars; ?>
.....snip.....
.....snip.....
</div>
</div>
<?php endif; ?>
<?php if (isset($fparams->contentBottom)) : ?>
<div id="rt-content-bottom">
<?php echo $fparams->contentBottom; ?>
</div>
<?php endif; ?>
<?php if ($gantry->countModules('contentbottom2')) : ?>
<div id="rt-content-bottom2">
<?php echo $gantry->displayModules('contentbottom2','standard','standard', $fparams->schema['mb']); ?>
</div>
<?php endif; ?>
<?php if ($gantry->countModules('contentbottom3')) : ?>
<div id="rt-content-bottom3">
<?php echo $gantry->displayModules('contentbottom3','standard','standard', $fparams->schema['mb']); ?>
</div>
<?php endif; ?>
</div>
<?php echo $fparams->sidebars; ?>
.....snip.....
.....snip.....
#rt-contentbottom2, #rt-contentbottom3 {
background: green;
font-size: 10px;
color: yellow;
}
.....snip.....
The following users have thanked you: David Goode, Who?, Ivica Suran, Kat05, Henning
Time to create page: 0.074 seconds