API17:JApplication::getTemplate
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 12: | Line 12: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public JApplication::getTemplate ($params=false) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 30: | Line 30: | ||
string | string | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/application/application.php | + | libraries/joomla/application/application.php (line 697) |
| + | * see source code in [[jplatform:application/application.php#cl-697|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
| − | * [[JApplicationHelper | + | * [[JApplicationHelper::getPath/11.1|JApplicationHelper::getPath]] |
===See also=== | ===See also=== | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
Revision as of 19:53, 23 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JApplication::getTemplate
Description
Gets the name of the current template.
Description:JApplication::getTemplate [Edit Descripton]
Since
Synopsis
public JApplication::getTemplate ($params=false)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $params | false |
Returns
string
Defined in
libraries/joomla/application/application.php (line 697)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JApplication::getTemplate
Examples
<CodeExamplesForm />
