Magento News

 

Magento – getUrl for custom extension

I have developed a extension and want a link the url to my custom extension.

This is what i have done

Mage::getUrl('productdisplay/index/list');

but it is returning me

http://127.0.0.1/magento/index.php/admin_productdisplay/index/list/

“admin_” is getting added to the url

I don’t know what is the problem

Magento – getUrl for custom extension

Possibly Related Posts:


 

Leave a Reply