
 Tomasz Malewski - 2009-12-03 22:26:58 - 
In reply to message 1 from Rik de RuiterRik,
Plz Open URL : http://www.phpclasses.org/design.html
First YOu should be asked about desired theme name etc....
After that You should have table with two records:
[code]
- template.html 	Main page template 	HTML 	Main page template 	Edit 	
- styles.css 	Main CSS styles 	CSS stylesheet 	Main CSS stylesheet 	Edit 	
[/code]
First one is template, so YOu have predefined necessary components and You HTMLize environment. Looks like SMARTY layout design.
Second one is raw style.css in editor is last tab with description for what right style it is, if You will be little confused with find it self by view-source this tab can be handy for You.
Cya.