php - How to get admin path in joomla 2.5? -


i used juri::base() admin path & returns,

http://localhost/production/index.php 

but, want admin path of site, e.g. http://localhost/production/administrator/index.php

how can admin path ?

try below. read more

echo juri::root().'administrator'; 

you can find more info here.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -