Joomla: Difference between revisions
Jump to navigation
Jump to search
(New page: = Choosing a template = * A correct template should have in its XML description file the different positions that can be used to insert modules: <positions> <position>left</position>...) |
No edit summary |
||
Line 2: | Line 2: | ||
* A correct template should have in its XML description file the different positions that can be used to insert modules: | * A correct template should have in its XML description file the different positions that can be used to insert modules: | ||
<pre> | |||
<positions> | <positions> | ||
<position>left</position> | <position>left</position> | ||
Line 9: | Line 9: | ||
<position>syndicate</position> | <position>syndicate</position> | ||
</positions> | </positions> | ||
</pre> |
Revision as of 22:31, 26 March 2010
Choosing a template
- A correct template should have in its XML description file the different positions that can be used to insert modules:
<positions> <position>left</position> <position>right</position> <position>debug</position> <position>syndicate</position> </positions>