<?php
require_once "../config/config.php";
//print_r($users->View());die;
switch($_action)
{
case 'insert':
break;
case 'update':
break;
case 'edit':
break;
case 'delete':
break;
default:
////Parameterized View
/*$lsValues = array("user4");
$lTypes=null;
$result = $users->View('SELECT * FROM tbluser1 t where username=?',$lsValues,$lTypes,1,1000);
$smarty->assign('row',$result);
$smarty->display('users.tpl'); */
$smarty->display('admin_email_autoresponder_m.tpl');
}
?>