Magento store direct_url in phtml
magento, php, zend-framework
Solution
Try `<a href="<?php echo $this->getUrl('contacts');?>">Contact Us</a>`
Problem
How to do this using php in .phtml file ``` <a href=" {{store direct_url="contacts"}} ">contact us</a> ```