/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
jimport('joomla.html.html'); $out = 'my text with {plugin} to run through J!'; $out = JHTML::_('content.prepare', $out);