Joomla - Find out path of the current template
06.03.2010

From php script use:

 

$path = $mainframe->getBasePath() ."templates/".$mainframe->getTemplate();

 

 

Add comment


Security code
Refresh