View Single Post

Old 11-15-2007   #2 (permalink)
Sergey Hmelevsky
Subrion Tech Support
 
Join Date: Apr 2007
Posts: 457
Sergey Hmelevsky is on a distinguished road
Default Re: I have a question

You can define its manually, add next lines into index.php file
PHP Code:
$xaSmarty->assign('meta_keywords''keywords, here');
$xaSmarty->assign('meta_description''and here is meta description located'); 
above the line
PHP Code:
$xaSmarty->display('index.tpl'); 
__________________
With private requests send a ticket on http://www.subrion.com/desk/
Sergey Hmelevsky is offline   Reply With Quote