Wednesday 06 August 2003 12:05:08 am
In site.ini, or site.ini.append.php you have a setting called [TemplateSettings] Set Debug=enabled, and refresh the demosite. Now you'll see which templates is used for displaying the different parts of the demosite. If you want to add your own design, just make a copy of the "user" folder (found under "design") and call it whatever you want. In your site.ini.append.php, set DefaultAccess=mydesign. In addition, create a siteaccess and state what designfolder you'll be using. You're right about override.ini. This file tells the system which template file to use when. You can read about it here: http://www.ez.no/developer/ez_publish_3/documentation/customization/custom_design/override_templates Also take a look here http://ezwiki.blanko.info for plenty of useful info. Good luck! Regards Bjørn
|