From: Yannick L. <Yan...@en...> - 2005-04-13 15:40:46
|
Hello, I have just installed PhpWiki on our corporate intranet. Everyone who has started using it is really liking what they're seeing. I do have one question. Our intranet pages use Server-side include to bring in contents from template pages into all of the other pages with the following syntax: <!--#include virtual="/ssi/header.shtml" --> I have tried adding such links inside of the template (browse.html) but that did not work (probably because it's not a .shtml page or perhaps for some other reason that I don't comprehend at this point). For PHP templates, I've also done SSI include with the following syntax in the past:\ <?php include("http://intranet/ssi/header.shtml <http://intranet/ssi/header.shtml> ") ?> But that did not work either in the templates. Does anyone have experience at using Server-side includes inside of PHPWiki templates? If so, what is the syntax to use? Thanks for any help that can be provided, Yannick |