Joomla How to get the path to the current template in Joomla 1.5? June 6, 2011 Pramod T P Leave a comment <?php $app = JFactory::getApplication(); $templateDir = JURI::base() . ‘templates/’ . $app->getTemplate(); echo $templateDir;//template path ?>