API15:JApplication/getTemplate/ja
出典: Joomla! ドキュメンテーション
目次 |
Description
Gets the name of the current template.
Syntax
getTemplate()
Returns
string
Defined in
libraries/joomla/application/application.php
Importing
jimport( 'joomla.application.application' );
Source Body
function getTemplate() { return 'system'; }
Examples
<CodeExamplesForm />
