On Mon, Feb 02, 2009 at 10:39:26AM +0100, [email protected] wrote: > I have a plugboard that I'd like to bring with me into pmwiki since I'm > moving everything else there. The problem is that I have to include a > php-file that's located in another folder (path: ../plugbox/plug.php). > > Is this possible? I haven't been able to use relative links for anything > else, and including php-files seems impossible in itself.
PmWiki doesn't have a way to include php files directly in the wiki markup output. It can be done within a skin template, however, by using the <!--file:...> directive. Pm _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
