gnu-social/theme
Mikael Nordfeldth f79aec36fe Merge remote-tracking branch 'statusnet/master'
This merges GNU Social with current development of StatusNet. The only conflicts were some documentation, where GNU Social's versions were retained.

Conflicts:
	doc-src/about
	doc-src/faq
	plugins/OpenID/doc-src/openid
2013-08-12 12:23:17 +02:00
..
GNUSocial/css added boilerplate for the GNUSocial components 2010-06-07 20:06:16 -04:00
base Merge 1.1.x into master 2013-07-16 10:57:06 -07:00
gnusocial remove a little more stuff 2010-12-07 10:52:37 -05:00
neo Updated RTL.css for neo 2011-09-26 15:01:12 -04:00
neo-blue Quick fix to make custom site logos work better. 2011-08-26 15:35:00 -04:00
neo-light Mobile Profile CSS for neo-light theme. 2011-08-25 12:30:21 -04:00
README Quick update of theme README file. 2011-09-22 09:19:46 -04:00

README

* To use a theme other than neo, add this to config.php:
$config['site']['theme'] = 'yourthemename';

* To use/import the base theme, add this to your theme.ini file:
include=base

* To include an external CSS resource (e.g. for a webfont), add this to the top of your theme.ini file:
external[]="yourexternalURL"