Include wordpress header and footer php
Has anyone been able to include the header and footer php files of wordpress into an xcart installation? We were able to do this with other web applications however when I include the proper files xcart takes me back to install.php.
Is there an additional step required to allow this?
If anyone has did this before help would be appreciated.
Example code:
{php}
ob_start();
include('/blog/wp-load.php');
include('/blog/header.php');
ob_end_clean();
{/php}
__________________
John Molino
888VoIP
www.888voip.com
Heavily modified:
4.1.9
4.3 <- launch date Feb 1, 2010
4.4.3
|