Forum Moderators: coopster
$tpl = new FastTemplate("/data0/www/www.XXXXXXXXXX.net/html/tpl");
if ($lang == 'ENG') {
$content_page = "index_en.htm" ;
}
else {
$content_page = "index_th.htm" ;
}
in the content pages ( index_th.htm or index_en.htm )
i have some includes, they do dnot work!
does anyone know of any issues or problems using the 2 functions together?
calling the includes from the pages outside of the template system works ok, it just when they are within a templete.
thanks for any help
regards
Danny