Re: Any template to share?
Posted: Tue Mar 18, 2008 4:25 pm
Do you know http://themes.cmsmadesimple.org/ ?
Content management as it is meant to be
https://forum.cmsmadesimple.org/
Code: Select all
{* Start Content Area *}
<div id="main">
<div style="float: right;">{print showbutton=true script=true}</div>
<h2>{title}</h2>
<div id="main-left">
{content block=left} <br />
</div>
<div id="main-right">
{content block=right} <br />
</div>
{* Start relational links *}
<div class="hr"></div>
<div class="right49">
<p>{anchor anchor='main' text='^ Top'}</p>
</div>
<div class="left49">
<p>{cms_selflink dir="previous" label="Previous page: "} <br />
{cms_selflink dir="next"}</p>
</div>
{* End relational links *}
<hr class="accessibility" />
</div>
{* End Content Area *}
Code: Select all
#main-left {
width: 48%;
float: left;
height: 1%;
margin-left: 10px;
padding: 0;
}
#main-right {
width: 48%;
float:right;
height: 1%;
margin-right: 10px;
padding: 0;
}