Re: [geeklog-users] wiki

2004-05-26 Thread Tony Bibbs
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

Re: [geeklog-users] wiki

2004-05-26 Thread Lucas Gonze
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

[geeklog-users] wiki

2004-05-26 Thread Lucas Gonze
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?