JFactory/getTemplate
出典: Joomla! ドキュメンテーション
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();
See also
自動更新 2012/05/24 23:52:34
