From: Sabri L. <sab...@st...> - 2008-01-29 09:44:10
|
Hi all, In my 1.3.12 phpwiki, I need to add some UI to wiki pages.=20 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. |