]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/README
Misses this file to merge. I like the comments.
[quix0rs-gnu-social.git] / theme / README
1 * To use a theme other than neo, add this to config.php:
2 $config['site']['theme'] = 'yourthemename';
3
4 * To use/import the base theme, add this to your theme.ini file:
5 include=base
6
7 * To include an external CSS resource (e.g. for a webfont), add this to the top of your theme.ini file:
8 external[]="yourexternalURL"