diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-02-08 18:13:41 +0100 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-02-08 18:13:41 +0100 |
commit | 26dfb73f48d4fcd4671d136e53f52bb81995ea34 (patch) | |
tree | 36902abc509c4dbf6abc27fb5ba7997ee921f437 /view/fr/htconfig.tpl | |
parent | 97b608db38edac6e4989c7343e9de8f32f46f263 (diff) | |
parent | 9a1e5aaf09c1b940f4615f7dc2999e16b019ab18 (diff) | |
download | volse-hubzilla-26dfb73f48d4fcd4671d136e53f52bb81995ea34.tar.gz volse-hubzilla-26dfb73f48d4fcd4671d136e53f52bb81995ea34.tar.bz2 volse-hubzilla-26dfb73f48d4fcd4671d136e53f52bb81995ea34.zip |
Merge branch 'friendika-master'
Diffstat (limited to 'view/fr/htconfig.tpl')
-rw-r--r-- | view/fr/htconfig.tpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/view/fr/htconfig.tpl b/view/fr/htconfig.tpl index c7c19bf69..d31d5a39f 100644 --- a/view/fr/htconfig.tpl +++ b/view/fr/htconfig.tpl @@ -62,3 +62,12 @@ $a->config['system']['huburl'] = 'http://pubsubhubbub.appspot.com'; $a->config['system']['rino_encrypt'] = true; +// default system theme + +$a->config['system']['theme'] = 'duepuntozero'; + +// Addons or plugins are configured here. +// This is a comma seperated list of addons to enable. Example: +// $a->config['system']['addon'] = 'js_upload,randplace,oembed'; + +$a->config['system']['addon'] = 'js_upload'; |