Monday 13 November 2006 12:33:54 am
Hi, If you want to create an override for your homepage, just create a file called home.tpl in your design/override/templates/full, put your code in. Then create an override of your override.ini (siteaccess/yoursiteaccessname/override.ini.append.php) and add in the first position this override block: <?php /* #?ini charset="iso-8859-1"?
[homepage]
Source=node/view/full.tpl
MatchFile=full/home.tpl
Subdir=templates Match[node]=2 ... */ ?> When user is viewing the node 2 (default home node id), and is watching a full view, your template home.tpl inside your full folder wil be loaded. About the '#' i am not very sure why they are there, but it always worked for me the way it comes by default.
Microblau SL
http://www.microblau.net
|