switch preferences from etemplate to etmplate2

This commit is contained in:
Hadi Nategh 2013-09-03 13:57:06 +00:00
parent c13dccd96e
commit 93b7d48905

View File

@ -43,7 +43,7 @@ class preferences_settings
*/
function index(array $content=null, $msg='')
{
$tpl = new etemplate('preferences.settings');
$tpl = new etemplate_new('preferences.settings');
if (!is_array($content))
{
$appname = isset($_GET['appname']) && $_GET['appname'] != 'preferences' ? $_GET['appname'] : 'common';