Hi,
I am trying to include branding in a .livephp file.
I tried this, but it doesnt work:
The file header.php file exists and works just fine when called in .php file like this:
What am I doing wrong here?
I am trying to include branding in a .livephp file.
I tried this, but it doesnt work:
PHP:
include("/usr/local/cpanel/php/cpanel.php");
$cpanel = &new CPANEL();
$cpanel->exec('<cpanel Branding="include(header.php)">');
PHP:
<cpanel Branding="include(header.php)">