|
|
Total records: 2
now in which ever page you want a diffrent title, description or a keywords put the following code, [ put this in .php file, NOT the tpl file ] //getting meta info!// $meta[] = array(); $meta['TITLE'] = "CUSTOM TITLE"; $meta['DESCRIPTION'] = "CUSTOM DESCRIPTION"; $meta['KEYWORDS'] = "CUSTOM KEYWORDS"; $tpl->assign('meta', $meta);