From: Reini U. <ru...@x-...> - 2005-04-13 19:28:08
|
Pascal Giard (QC/EMC) schrieb: > A while back, i wrote myself a plugin to do that. > > I believe it's not there on purpose... for security reasons. Plugins can be abused by every nasty user out there. Templates can only be edited by the admin. Until we allow wiki template editing, somewhen in the future. See wikilens.org > -----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") ?> > > 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 -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ http://phpwiki.org/ |