require('../studio/libs/Smarty.class.php'); $smarty = new Smarty; //$smarty->force_compile = true; $smarty->debugging = true; $smarty->caching = true; $smarty->cache_lifetime = 120; $smarty->assign("title","Dance Company in Chennai,Dance Studio in chennai,Dance classes in 2011",true); //$smarty->assign("mainarea","Tig.html"); $smarty->display('index.tpl'); ?>