From: Pascal G. (QC/EMC) <Pas...@er...> - 2005-04-13 19:15:29
|
A while back, i wrote myself a plugin to do that. I believe it's not there on purpose... for security reasons. -Pascal -----Original Message----- From: php...@li... [mailto:php...@li...] Sent: April 13, 2005 11:42 AM To: 'php...@li...' Subject: [Phpwiki-talk] Server-side include 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 |