2011-09-22 14:19:46 +01:00
|
|
|
* To use a theme other than neo, add this to config.php:
|
|
|
|
$config['site']['theme'] = 'yourthemename';
|
2009-01-28 19:13:46 +00:00
|
|
|
|
2011-09-22 14:19:46 +01:00
|
|
|
* To use/import the base theme, add this to your theme.ini file:
|
|
|
|
include=base
|
2010-01-25 21:44:05 +00:00
|
|
|
|
2011-09-22 14:19:46 +01:00
|
|
|
* To include an external CSS resource (e.g. for a webfont), add this to the top of your theme.ini file:
|
|
|
|
external[]="yourexternalURL"
|