Topic: Integrate navigationlinks
how I can Integration the navigationlinks of PunBB into my own webSide?
i have in to my own index.php,
<?
define('PUN_ROOT', './forum/');
require PUN_ROOT.'include/common.php';
require PUN_ROOT.'include/template/main.tpl';
$tpl_main = file_get_contents(PUN_ROOT.'include/template/main.tpl');
?>
and then
<?php
echo ($tpl_main;)
?>
but is not work
can someone help me please , i finde no doks. or good tutorials about Intergration
/common.php "$pun_user['username']" a
Index of all Strings i can use and more