Ho do I use another style? 
 
setting a skin folder / style file -> config.php

The active skin folder is set in config.php:

$skin_dir='skin_default'; // skin directory [no trailing slashes]


You can choose between 3 pre-defined style files:

$css_file='style_3.css'; // Style file in use, options: 'style_1.css', 'style_2.css', 'style_3.css'


or create your own style using the instructions in style.readme.


 

2010-04-16 09:29