Home Help & Tips Joomla FAQ What is a Template?
What is a Template?
|
|
|
|
Written by Editor (cowboy)
|
|
Thursday, 20 October 2005 |
|
Templates make it easy to change the look and feel of a Joomla! website. There are two types of Joomla templates, the site (frontend) template and the admin template. The Joomla! site template is easy to develop by just following the Joomla! template framework. The mosMainBody() is the main function that outputs the component data. The mosLoadModules() function outputs the Joomla! module data that was assigned to it. For example, mosLoadModules('banner') will output module data that was assinged to the banner module position. Other typical positions are left, right, footer, and header. Joomla! templates are freely available for download from http://www.joomlahacks.com/joomla/templates/0,0,0,0,6,0,8/.
|
|