It doesn't do anyting to WOL...
Let me explain:
PHP Code:
<?php
error_reporting(7);
require('./global.php');
eval("dooutput(\"".gettemplate('forumprivacy')."\");");
?>
This code includes global.php so it means that any templates that are called below it can access the $header and $footer variables. The forumprivacy template is called which means you can create a template and use the $header and $footer variable and it ouputs the content of the 'header' and 'footer' templates
- miSt