How to put php syntax on cms page in Magento -
how can put php code on cms page in magento?
image here: http://screencast.com/t/coghiglih7
i want put
<?php echo "test"; ?>
you can not add php code directly content of cms page
what add php code pthml , call cms page
{{block type="core/template" name="contactform" template="contacts/my_php_code.phtml"}}
Comments
Post a Comment