From: Shaun M. <sh...@ae...> - 2004-05-11 14:49:49
|
Michael, don't confuse the template files in phpWebSite with Dreamweaver templates. Despite sharing the same file extension they aren't the same. Read how the layout module works in /mod/layout/docs There's also some good tutorials on http://www.phpgirl.com Each module has it's own templates which should allow what you want to do. The login box is controlled by a checkbox in the Users module control panel and has it's own template also. If you want to modify the main theme.tpl file to change layouts depending on the module eg. going from 2 to 3 column or changing the header then you need to use theme.php to generate html. See phpgirl.com again for an example. Shaun aegis design - http://www.aegisdesign.co.uk |