Topic: Problem with pun_include and extern.php
Hello!
In forums/include/user/ I created tableau2.php in wich I put this code:
<?php define('PUN_ROOT','../../');
$_GET["action"] = "active";
$_GET["show"] = "18";
$_GET["fid"] = "9,7,12,13,8,15,16,17,18,20,4,22,23";
include("/home/www/xxxxxx/www/forums/extern.php");
?>
It's working good when I go to forums/include/user/tableau2.php.
After, in forums/include/template/main.tpl, I put <pun_include "tableau.php"> before <pun_main>... and bug! The include doesn't work any more.
Where is the problem?!