Создаеш файл pogoda.php в него вставляешь код<?php$pogoda = file_get_contents(\'http://export.yandex.ru/weather/?city=23848\');preg_match(\'/<weather_type>(.*?)<\\/weather_type>/i\',$pogoda,$type);preg_match(\'/<dampness>(.*?)<\\/dampness>/i',$pogoda,$vlaga);preg_match(\'/<temperature>(.*?)<\\/temperature>/i\',$pogoda,$temp);preg_match(\'/<image2>(.*?)<\\/image2>/i\',$pogoda,$img2);preg_match(\'/<pressure>(.*?)<\\/pressure>/i',$pogoda,$press);$vivod = \"<div style=\\\"float:left;display:inline;margin-top:5px;\\\"><font size = 3><strong>В Нефтеюганске $temp[1] °</strong></font> <img align=top src=$img2[1] /></div> <div style=\\\"display:inline;\\\"> <font size = 2>\";echo $vivod;?>где city=23848-код нужного городаПодключениние: через {include file=\"engine/modules/pogoda.php\"}файл с городами