Stick this in the head: <?php$app = JFactory::getApplication();$path = JURI::base(true).'/templates/'.$app->getTemplate().'/';?> and call it using the $path variable: <?php echo $path; ?>