yet another one removed, thanks to @Hypolite for CR

Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2017-03-23 22:12:51 +01:00
parent 480871d371
commit 11d3fd163a
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
1 changed files with 0 additions and 12 deletions

View File

@ -1128,18 +1128,6 @@ class App {
function set_template_engine($engine = 'smarty3') {
$this->theme['template_engine'] = $engine;
/*
$this->theme['template_engine'] = 'smarty3';
switch($engine) {
case 'smarty3':
if (is_writable('view/smarty3/'))
$this->theme['template_engine'] = 'smarty3';
break;
default:
break;
}
*/
}
function get_template_ldelim($engine = 'smarty3') {