Joomla is one of the most popular free content management systems in the world, used by hundreds of thousants of web sites, joomla is excelent for small to medium web sites, can be used for much bigger websites and has a lot of extansions from URL rewriters to SEO, forums...etc
You can visit joomla's site here: http://www.joomla.org
Lets see now how to build a basic template for joomla.
Here is a simple page in HTML, just a normal web page:
<body>
<div id=container>
<div id=header></div>
<div id=top></div>
<div id=left></div>
<div id=content></div>
<div id=footer></div>
<br clear="all">
</div>
</body>
To add Joomla content to this web page the elements to add look like that:
No comments:
Post a Comment