Extras
There are two extras. Random listings joined and last listings joined. Both of these, depending on your configuration will either show images or links. These can also be included in phpFan itself instead of on an extra page.
Here is how to use these extras on a page separate from phpFan:
include '/path/to/configuration/file/conf.inc.php';
$type = '';
include $includepath .'/phpfanmore.php';
$extrasphp = new extrasphp($everything);
?>
Include this at the top of the page.
This is how to use the extras within phpFan itself:
For example, they can show on the page that lists your categories or on every page phpFan outputs. Include this in the header template:
include '/path/to/configuration/file/conf.inc.php';
$type = '';
include $includepath .'/phpfanmore.php';
$extrasphp = new extrasphp($everything);
?>