JFactory/getTemplate
From Joomla! Documentation
Returns a reference to the global template object, only creating it if it doesn't already exist. The object returned will be of type JTemplate.
This method is retained for backwards compatibility only. The patTemplate templating system is no longer used.
Syntax
object JTemplate getTemplate()
Example
In this example, the global template object is retrieved.
$template =& JFactory::getTemplate();