From: Sabri L. <sab...@st...> - 2008-01-30 15:37:08
|
Sabri LABBENE wrote: >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 page without >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 ? Any ideas ? Thanks, -- Sabri. |