PatTemplate Function Translate: Difference between revisions
From Joomla! Documentation
New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:patTemplate_F... |
No edit summary |
||
| Line 15: | Line 15: | ||
|call the function | |call the function | ||
|} | |} | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.template.module.function.Translate' );</source> | <source lang="php">jimport( 'joomla.template.module.function.Translate' );</source> | ||
Revision as of 17:39, 25 March 2010
[Edit Descripton] Template:Description:patTemplate Function Translate
Defined in
libraries/joomla/template/module/function/Translate.php
Methods
| Method name | Description |
|---|---|
| call | call the function |
Importing
jimport( 'joomla.template.module.function.Translate' );
[Edit See Also] Template:SeeAlso:patTemplate Function Translate
Examples
<CodeExamplesForm />