View file clikus/birzha/down.php
<? if (!empty($act)) $navig="<img src='http://clikus.ru/images/end.gif' alt='+'/></a><a href='".$_zapros."&mode=birzha'>В биржу</a><br/>"; $tpl=file_get_contents('birzha/shablon.tpl'); $tpl=str_replace('{title}',$title,$tpl); $tpl=str_replace('{_zapros}',$_zapros,$tpl); $tpl=str_replace('{text}',$text,$tpl); $tpl=str_replace('{navig}',$navig,$tpl); echo $tpl; ?>