Magento adminhtml getUrl

$this->getUrl($route) can be used in templates to generate an absolute URL based on route, but it only works for frontend URLs. As for adminhtml URLs, unless you say No to “Add Secret Key to URLs” in System >> Configuration >> Admin, a valid adminhtml URL should have a secret key. $this->getUrl($route, $params) can take ‘_current’… Continue reading Magento adminhtml getUrl