layout()->setLayout('layout-admin');
$admin_obj = new Application_Model_Admin();
$template_id = $this->template_id;
$template_info = $this->template_info;
?>
'.$_SESSION['error'].'
';
unset($_SESSION['error']);
}
else if(isset($_SESSION['success']))
{
echo''.$_SESSION['success'].'
';
unset($_SESSION['success']);
}
?>