How to add resource urls to CMS pages
Posted Date: August 23, 2009Inside of magento cms pages
{{store direct_url=media}}
The given code snippet will produce http://www.example.com/media
Outside of magento cms pages
{{store direct_url=media/store/cms/brands/brand_logo.gif}}
The given code snippet will produce http://www.example.com/media/store/cms/brands/brand_logo.gif

