By default the magento admin path is ‘http://Yourwemsite/admin’. You change this name (admin) with any name while installing. To get the adminFrontName use the following.
$adminFrontName = (string)Mage::getConfig()->getNode(‘admin/routers/adminhtml/args/frontName’);
$adminFrontName = (string)Mage::getConfig()->getNode(‘admin/routers/adminhtml/args/frontName’);
(Visited 54 times, 1 visits today)