If your wiki is PHP-based it is easy. All you need to do is use
COM_siteHeader() and COM_siteFooter() which are both in lib-common.php
(hence the COM_ prefix). If you look at those functions and know a
little about PHP you should be able to get it to work.
--Tony
Lucas Gonze wrote:
I'd li
As always, I should have googled first.
http://www.geeklog.net/forum/viewtopic.php?forum=8&showtopic=23320
On Wed, 26 May 2004, Lucas Gonze wrote:
> I'd like to integrate a wiki with my geeklog site. It would be the normal
> geeklog header, the body would be wiki, and the footer would be geeklog
I'd like to integrate a wiki with my geeklog site. It would be the normal
geeklog header, the body would be wiki, and the footer would be geeklog.
Sound familiar? Has anybody else done this?