Last active
August 29, 2015 14:20
-
-
Save codesprint/0e5315fa8a0347c26274 to your computer and use it in GitHub Desktop.
Magento: URL-Paths in CMS Blocks and Pages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Media URL: {{media url='/image.jpg'}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Skin URL: {{skin url='images/image.jpg'}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Base URL: {{base url='store/page.html'}} | |
Store URL: {{store url='page.html'}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment