Hi, the script works great, but when i put the script in my php template, i become errors with my template:
Quote:
Warning: main(./content/news.php): failed to open stream: No such file or directory in /www/htdocs/nfslogin/index.php on line 100
Warning: main(./content/news.php): failed to open stream: No such file or directory in /www/htdocs/nfslogin/index.php on line 100
Fatal error: main(): Failed opening required './content/news.php' (include_path='.:/usr/share/php:..') in /www/htdocs/nfslogin/index.php on line 100
|
Line 100 is this:
PHP Code:
require $aufruf[$script['kat'] ].".php";
What can i do ?