bnabilos Posted August 29, 2008 Share Posted August 29, 2008 Hello, I want to integrate whmcs with xoops cms but I don't see how to do it. With other scripts, I place them in module directory and I insert these lines in header: <?php require('../../mainfile.php'); require(XOOPS_ROOT_PATH.'/header.php'); ?> and these ones in footer: <?php require(XOOPS_ROOT_PATH.'/footer.php'); ?> But with whmcs I can't do it even if I use {include_php} or {include}, I get just a blank page. Please help me if someone know how to do it. Thank you 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted August 29, 2008 Share Posted August 29, 2008 Use {php}{/php} instead of <?php ?> 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.