Page 1 of 1
example of template, like a cmsmadesimple.org website
Posted: Mon Sep 19, 2005 6:14 am
by hrajko
for first, sorry for english
where I find example or manual for build template of site, like
www.cmsmadesimple.org?
thanx a lot.
Re: example of template, like a cmsmadesimple.org website
Posted: Mon Sep 19, 2005 10:01 am
by roman
This page is builted in CSS design, but in tables can by:
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>
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.

Re: example of template, like a cmsmadesimple.org website
Posted: Fri Sep 23, 2005 6:13 am
by hrajko
thanx, i'll trie it
Re: example of template, like a cmsmadesimple.org website
Posted: Fri Sep 23, 2005 6:44 am
by roman
sorry, that's not all, instead {menu} you must use some menu /was only simplified/:
Code: Select all
{cms_module module='phplayers'},
{cms_module module='cssmenu'},
{bulletmenu},
{cms_module module='phplayers'}
Complet list of parameters find in your admin part:
/admin/listmodules.php
/admin/listtags.php