echo ' '; $this -> doInclude("header.tpl", $nestingLevel + 1); echo '
Jestes w: operatorzy.gsm.pl > Artykuly
'; $this -> doInclude("menu.tpl", $nestingLevel + 1); echo ' '; $this -> doInclude("sonda.tpl", $nestingLevel + 1); echo ' '; $this -> doInclude("forum.tpl", $nestingLevel + 1); echo '
operatorzy '; if(count($this -> data['arts']) > 0){ foreach($this -> data['arts'] as $__arts_id => &$__arts_val){ echo '
'.(string)($__arts_val['data']).' | '.(string)($__arts_val['nazwa']).'
'; } } echo '
'; $this -> doInclude("footer.tpl", $nestingLevel + 1); echo ' ';