From: fermionic Date: Sun, 23 Dec 2012 13:19:02 +0000 (-0800) Subject: Merge pull request #550 from fermionic/20121222-use-smarty-template-engine X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a0d7f7a6d3a5ba434a4086fd3a71d9c195dbc517;p=friendica.git Merge pull request #550 from fermionic/20121222-use-smarty-template-engine only use Smarty if the view/smarty3/ directory is writable --- a0d7f7a6d3a5ba434a4086fd3a71d9c195dbc517 diff --cc view/theme/vier/theme.php index 7749a26bca,f071c1bd06..7c0f3d3f8d --- a/view/theme/vier/theme.php +++ b/view/theme/vier/theme.php @@@ -5,10 -5,9 +5,10 @@@ * 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'; + set_template_engine($a, 'smarty3'); $a->theme_info = array();