This email address is being protected from spambots. You need JavaScript enabled to view it.

Joomla - Find out path of the current template

From php script use:

 

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