Changeset 27184


Ignore:
Timestamp:
Feb 4, 2014, 9:12:44 PM (10 years ago)
Author:
rvelices
Message:

remove Smarty backward compatible class (pre Smarty3)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/template.class.php

    r26863 r27184  
    2626 */
    2727
    28 //require_once( PHPWG_ROOT_PATH .'include/smarty/libs/Smarty.class.php');
    29 require_once( PHPWG_ROOT_PATH .'include/smarty/libs/SmartyBC.class.php');
     28require_once( PHPWG_ROOT_PATH .'include/smarty/libs/Smarty.class.php');
    3029
    3130
     
    8483    $this->scriptLoader = new ScriptLoader;
    8584    $this->cssLoader = new CssLoader;
    86     $this->smarty = new SmartyBC;
     85    $this->smarty = new Smarty;
    8786    $this->smarty->debugging = $conf['debug_template'];
    8887    if (!$this->smarty->debugging)
Note: See TracChangeset for help on using the changeset viewer.