|
In VBportal simple make a PHP code block with the code from inc_features.php without the <? and ?> php identifiers.
Alter the line to include the full path to the file so it can be found
require "config-int.php";
That should be all you need to do as your replicating the code as Michael stated in inc_features.php
|