diff options
Diffstat (limited to 'view/it')
-rw-r--r-- | view/it/head.tpl | 2 | ||||
-rw-r--r-- | view/it/htconfig.tpl | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/view/it/head.tpl b/view/it/head.tpl index 38b2a50f6..071c8fa91 100644 --- a/view/it/head.tpl +++ b/view/it/head.tpl @@ -2,7 +2,7 @@ <base href="$baseurl" /> <meta name="generator" content="$generator" /> <link rel="stylesheet" type="text/css" href="$stylesheet" media="all" /> -<link rel="shortcut icon" href="$baseurl/images/ff-32.jpg"> +<link rel="shortcut icon" href="$baseurl/images/ff-32.jpg" /> <!--[if IE]> <script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> diff --git a/view/it/htconfig.tpl b/view/it/htconfig.tpl index 78e014cc1..180f7885c 100644 --- a/view/it/htconfig.tpl +++ b/view/it/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'; |