From: Reini U. <ru...@x-...> - 2008-02-05 18:17:50
|
Sabri LABBENE schrieb: > Hi all, > In my 1.3.12 phpwiki, I need to add some UI to wiki pages. > Building needed html inside the code (lib/display .php) then sending it to a template via toks array shows me raw html inside the page. > Only HTML class could be used to build the new UI. Examples HTML::a() ... > > Is there a mean to get my html rendered inside the witpage hout using HTML class methods? > I need to do this because UI I want to add is dynamically built by another application and rewriting it using HTML class methods seems to be impossible. > > May be there is some config option I missed to allow interpreting my HTML! Someone have an idea ? > > Best Regards, > -- Sabri LABBENE. The plugin RawHtml does this. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ http://helsinki.at/ http://spacemovie.mur.at/ |