README 314 B

123456789
  1. * To use a theme other than neo, add this to config.php:
  2. $config['site']['theme'] = 'yourthemename';
  3. * To use/import the base theme, add this to your theme.ini file:
  4. include=base
  5. * To include an external CSS resource (e.g. for a webfont), add this to the top of your theme.ini file:
  6. external[]="yourexternalURL"