Magento在phtml中存储direct_url

Pra*_*war 3 php zend-framework magento

如何在.phtml文件中使用php

<a href=" {{store direct_url="contacts"}} ">contact us</a>
Run Code Online (Sandbox Code Playgroud)

use*_*440 16

尝试 <a href="<?php echo $this->getUrl('contacts');?>">Contact Us</a>