Wednesday 07 September 2005 2:08:27 am
Create your own pagelayout template, and make it override on your index page node id. Example of what you insert in your override.ini.append.php:
[index_pagelayout]
Source=pagelayout.tpl
MatchFile=index_pagelayout.tpl
Subdir=templates
Match[node]=2
This will output the design/siteaccess/override/templates/index_pagelayout.tpl on node 2. Hope this made sense.. :)
|