Monday 06 September 2004 10:03:48 pm
You have to create an overrice based on node ID. This can't be set up through the web administrator interface, so you'll have to edit the override.append.ini file manually. It's located in /settings/siteaccess/[yoursite]/. Add the following:
[welcome_page]
Source=pagelayout.tpl
MatchFile=YOUR_WELCOME_PAGE_TEMPLATE.tpl
Subdir=templates
Match[node]=2 (OR whatever node your welcome page has)
After you've added this to the file, it will show up in the web admin interface, letting you administrate priority there.
|