Joomla - Find out path of the current template

.

From php script use:

 

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

 

Print