Magento Extra tabs not displaying images -


i have extension called tb tabs installed. allows me add tabs products front end, next description , review tabs.

the images place description appear fine, pics in new tab dont.

the wysiwig changes url this: src="{{media url="wysiwyg/myfan/lighting.jpg"}}"

but on front end comes out as:

any ideas?

okay worked out.

i replaced:

<?php echo $value; ?> 

with:

<?php echo mage::helper('cms')->getblocktemplateprocessor()->filter($value);?> 

Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -