Include
This is how to include phpFan Joined Addon in a file:
<?php include './includes/conf.inc.php'; $type = 'phpfan'; include $includepath .'/phpfanmore.php'; ?>
Remember to change ./includes to your full path if you’re calling phpFan out of the phpFan directory!