How to get the path to the current template in Joomla 1.5?

<?php

$app = JFactory::getApplication();

$templateDir = JURI::base() . ‘templates/’ . $app->getTemplate();

echo $templateDir;//template path

?>

Leave a Reply

Your email address will not be published. Required fields are marked *