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