|
|
 ian mitchell | 2009-12-01 20:49:45 |
Really dumb question from an absolute beginner to PHP Classes.
The potential for making a really slick site surely rests with the use of CSS and probably javascript. Or are those swearwords in the land of PHP?
ianm |
 Manuel Lemos | 2009-12-01 21:23:47 - In reply to message 1 from ian mitchell |
Not at all. You can use CSS styles to configure your design presentation. In the design editor page, you just need to create a new design theme. It will start with the site default main HTML template and CSS file. You can change this as it pleases you.
http://www.phpclasses.org/design.html
You just cannot use Javascript because it would open holes for cross-site scripting exploits. |
|