I am using phpbb2, and ezportal. And for the news system i use Utopia pro.
phpBB2+ezportal= ./
Utopia pro= news/
Now, in the portal_body.tpl i had tried this:
<?php include ('news/news.php'); ?> = Shows nothing
include ('news/news.php'); = Shows include ('news/news.php');
I have created in the index file, a variable $news_path = 'news/'; and if i use this variable, it will show nothing again.
include($news_path . 'news.'.$phpEx);
And then again nothing at all. Can anyone help me here?
http://infor-tuga.com/index.php
http://infor-tuga.com/news/news.php
I dont now where to turn more...


