$text=file_get_contents("http://mobila.uacatalog.com/mobile/nokia/nokia-8800-sapphire-arte/");
preg_match_all('#<div id=\"_ctl0_Main_Properties\">(.*)<td width=\"260\">#s',$text,$matches);
$khar=$matches[1][0];
preg_match_all('#<div class=\"bord_top\"></div><br />(.*)<noindex><div class=\"zoom\">#s',$text,$matches1);
$matches1[1][0] = str_replace('<img ', '<img align="left" ', $matches1[1][0]);
$img=$matches1[1][0];
preg_match_all('#<span id=\"_ctl0_Main_ProductDescription\">(.*)<div id=\"_ctl0_Main_Buy1_PanelBuy\">#s',$text,$matches2);
$descr="<br/><br/><br/><br/>".$matches2[1][0];
$matches3=preg_match_all('#Основные характеристики (.*)#', $khar, $matches3);
$name="<center><h1>".$matches3[1][0]."</h1></center>";
$texte=$name.$img.$descr.$khar;
$mmpage_title="Чит-коды к играм";
$mmpage_text.=$texte;
$tpl->load_template('static.tpl');
$tpl->set('{description}',$mmpage_title);
$tpl->set('{static}',$mmpage_text);
$tpl->compile('content');
$tpl->clear();
при запуске ошибка Fatal error: Call to a member function load_template() on a non-object in D:\home\test1.ru\www\engine\modules\mobile.php on line 16
Самое интересное что как только убираю строку 16, пишет что ошибка на строке 15 и так далее. Я охуеваю.