1
0
Fork 0

only use Smarty if the view/smarty3/ directory is writable; location bug fix

This commit is contained in:
Zach Prezkuta 2012-12-23 06:16:35 -07:00
commit 53a4cf5339
20 changed files with 34 additions and 19 deletions

View file

@ -11,7 +11,7 @@
$a = get_app();
$a->theme_info = array();
$a->theme['template_engine'] = 'smarty3';
set_template_engine($a, 'smarty3');
function smoothly_init(&$a) {
$cssFile = null;