for first, sorry for english
where I find example or manual for build template of site, like www.cmsmadesimple.org?
thanx a lot.
example of template, like a cmsmadesimple.org website
Re: example of template, like a cmsmadesimple.org website
This page is builted in CSS design, but in tables can by:
It's not CSS but for start... btw in basic installation of CMS you have 2 designs, you can learn from admin panel on theses examples, how to create another. 
Code: Select all
<__html>
<head>
<title>{title}</title>
</head>
</__body>
<table>
<tr>
<td colspan="3">
<img src="images/logo.gif">
</td>
<tr>
<tr>
<td>{menu} ... some icons ... </td>
<td>{content}</td>
<td>{cms_module module="news" number="3" makerssbutton="true"}</td>
</tr>
<tr>
<td colspan="3"> ...some informations, ...links for download... </td>
</tr>
</table>
<__body>
Re: example of template, like a cmsmadesimple.org website
sorry, that's not all, instead {menu} you must use some menu /was only simplified/:
Complet list of parameters find in your admin part:
/admin/listmodules.php
/admin/listtags.php
Code: Select all
{cms_module module='phplayers'},
{cms_module module='cssmenu'},
{bulletmenu},
{cms_module module='phplayers'}/admin/listmodules.php
/admin/listtags.php

