A teraz do rzeczy :

mam pewien skrypt który posiada plik index.php
<? include('config.php'); include($domain.'include/header.php'); include($domain.'include/logon.php'); include($domain.'include/templates.php'); include($domain.'include/emots.php'); include($domain.'include/render.php'); render(); include($domain.'include/footer.php'); ?>
później plik render.php w katalogu include
<? function render() { $template='test'; $file=include($domain.'/templates/'.$template.'/index.html'); } ?>
a teraz gwóźdź programu

Kod
Fatal error: Call to undefined function: render() in /home/michal2/public_html/therifler/testcms/index.php on line 9
Nie widzi funckcji render która znajduje się w pliku render.php który z resztą jest dołączany do index.php



---
jak ktoś kto mi odpowie dobrze jest z Częstochowy to ma broVarka u mnie
