Monday, February 18, 2013

Find current template name in module


<?php
$app = JFactory::getApplication();
$templateDir = JURI::base() . 'templates/' . $app->getTemplate();
?>

No comments:

Post a Comment