|
From: Pablo R. R. <pr...@cl...> - 2001-01-09 17:37:33
|
Hi Steve,
I am trying to integrate phpwiki with myphportal software we are doing, all
pages we render are in the following format:
anypage.php
<?php
if (!isset($mainfile)) { include("mainfile.php"); }
include("header.php");
?>
Here goes the HTML code as normal.
<?php
include("footer.php");
?>
I have looked at your code (not much till now), and I didn't saw how to
incorporate the HTML you generate in a php like we do, I digged into
lib\stdlib.php and I'm figuring that this is done in the GeneratePage
function. Am I right? Or must I do in another way saying to phpWiki to
render mainfile.php , header.php and footer.php we do?
Thanks,
Pablo Roca (pr...@cl...)
La Coruna - Espana
myPHPortal Team
http://sourceforge.net/projects/myphportal
|