/ Published in: PHP
originally from Naryan Varma
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php $helper = Mage::helper('cms'); $processor = $helper->getPageTemplateProcessor(); $html = $processor->filter($item->getContent()); ?>