Include

This is how to include phpFan Joined Addon in a file:

[pre lang="php"]

include './includes/conf.inc.php';
$type = 'phpfan';
include $includepath .'/phpfanmore.php';

?>

[/pre]

Remember to change ./includes to your full path if you’re calling phpFan out of the phpFan directory!