From: friendica Date: Sun, 23 Dec 2012 07:02:21 +0000 (-0800) Subject: Merge https://github.com/annando/friendica into annando X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a29842e3019255efd3f91fc01df29f5837d54fa4;p=friendica.git Merge https://github.com/annando/friendica into annando Conflicts: view/admin_site.tpl --- a29842e3019255efd3f91fc01df29f5837d54fa4 diff --cc view/admin_site.tpl index 16f5b580de,7e442cdfb1..4892dc3145 --- a/view/admin_site.tpl +++ b/view/admin_site.tpl @@@ -41,12 -41,13 +41,14 @@@
- {{ inc $field_input with $field=$sitename }}{{ endinc }} - {{ inc $field_textarea with $field=$banner }}{{ endinc }} - {{ inc $field_select with $field=$language }}{{ endinc }} - {{ inc $field_select with $field=$theme }}{{ endinc }} - {{ inc $field_select with $field=$theme_mobile }}{{ endinc }} - {{ inc $field_select with $field=$ssl_policy }}{{ endinc }} + {{ inc field_input.tpl with $field=$sitename }}{{ endinc }} + {{ inc field_textarea.tpl with $field=$banner }}{{ endinc }} + {{ inc field_select.tpl with $field=$language }}{{ endinc }} + {{ inc field_select.tpl with $field=$theme }}{{ endinc }} + {{ inc field_select.tpl with $field=$theme_mobile }}{{ endinc }} + {{ inc field_select.tpl with $field=$ssl_policy }}{{ endinc }} + {{ inc field_checkbox.tpl with $field=$new_share }}{{ endinc }} ++
@@@ -81,15 -82,23 +83,24 @@@

$advanced

- {{ inc $field_checkbox with $field=$no_utf }}{{ endinc }} - {{ inc $field_checkbox with $field=$verifyssl }}{{ endinc }} - {{ inc $field_input with $field=$proxy }}{{ endinc }} - {{ inc $field_input with $field=$proxyuser }}{{ endinc }} - {{ inc $field_input with $field=$timeout }}{{ endinc }} - {{ inc $field_input with $field=$delivery_interval }}{{ endinc }} - {{ inc $field_input with $field=$poll_interval }}{{ endinc }} - {{ inc $field_input with $field=$maxloadavg }}{{ endinc }} - {{ inc $field_input with $field=$abandon_days }}{{ endinc }} + {{ inc field_checkbox.tpl with $field=$no_utf }}{{ endinc }} + {{ inc field_checkbox.tpl with $field=$verifyssl }}{{ endinc }} + {{ inc field_input.tpl with $field=$proxy }}{{ endinc }} + {{ inc field_input.tpl with $field=$proxyuser }}{{ endinc }} + {{ inc field_input.tpl with $field=$timeout }}{{ endinc }} + {{ inc field_input.tpl with $field=$delivery_interval }}{{ endinc }} + {{ inc field_input.tpl with $field=$poll_interval }}{{ endinc }} + {{ inc field_input.tpl with $field=$maxloadavg }}{{ endinc }} + {{ inc field_input.tpl with $field=$abandon_days }}{{ endinc }} + {{ inc field_input.tpl with $field=$lockpath }}{{ endinc }} + {{ inc field_input.tpl with $field=$temppath }}{{ endinc }} + {{ inc field_input.tpl with $field=$basepath }}{{ endinc }} + +

$performance

+ {{ inc field_checkbox.tpl with $field=$use_fulltext_engine }}{{ endinc }} + {{ inc field_input.tpl with $field=$itemcache }}{{ endinc }} + {{ inc field_input.tpl with $field=$itemcache_duration }}{{ endinc }} ++
diff --cc view/theme/vier/theme.php index e9e638fa04,20da528147..7749a26bca --- a/view/theme/vier/theme.php +++ b/view/theme/vier/theme.php @@@ -5,10 -5,9 +5,11 @@@ * Author: Fabio * Author: Ike * Maintainer: Ike + * Description: "Vier" uses the font awesome font library: http://fortawesome.github.com/Font-Awesome/ */ +$a->theme['template_engine'] = 'smarty3'; + $a->theme_info = array(); function vier_init(&$a) {