API15:JApplication/getTemplate/ja

出典: Joomla! ドキュメンテーション

目次

Description

Gets the name of the current template.

[Edit Descripton]



Syntax

getTemplate()


Returns

string

Defined in

libraries/joomla/application/application.php

Importing

jimport( 'joomla.application.application' );

Source Body

function getTemplate()
{
        return 'system';
}

[Edit See Also]



Examples

<CodeExamplesForm />