Re: edit the content_image plugin to remove img tag...
Posted: Fri Mar 06, 2009 12:09 am
Try using
instead of
You might need to do some funky Smarty stuff in order to properly use the value returned by $content_obj but it's a starting point at least.
For more see:
http://wiki.cmsmadesimple.org/index.php ... /Templates
Code: Select all
{$content_obj->GetPropertyValue('image')}
Code: Select all
{content_image block='MyImage' dir='images'}
For more see:
http://wiki.cmsmadesimple.org/index.php ... /Templates