Tigga
This is my gode now :
PHP Code:
######################### News #########################
// Extra Pages
if ($page AND $page != 'mypage')
{
eval('$newsbits = "' . fetch_template("index_$page") . '";');
}
else
{
if ($page == 'http://localhost/ro-hattrick/vb/index.php?page=news2')
{
$vboptions['newsforum'] = 2;
}
if ($vboptions['newsforum'])
{
if ($vboptions['newslimit'])
{
$newslimit = "LIMIT $vboptions[newslimit]";
}
$getnews = $DB_si........
...etc...
I replace MYPAGE with the new link...also...the forum ID is 2.
I also create a new emply templated named index_news2 but it don't works.