yet another one removed, thanks to @Hypolite for CR
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
480871d371
commit
11d3fd163a
1 changed files with 0 additions and 12 deletions
12
boot.php
12
boot.php
|
@ -1128,18 +1128,6 @@ class App {
|
||||||
|
|
||||||
function set_template_engine($engine = 'smarty3') {
|
function set_template_engine($engine = 'smarty3') {
|
||||||
$this->theme['template_engine'] = $engine;
|
$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') {
|
function get_template_ldelim($engine = 'smarty3') {
|
||||||
|
|
Loading…
Reference in a new issue