Procedural File: function.title.php
Source Location: /system/Theme/plugins/function.title.php
Page Details:
Zikula Application Framework
Tags:
smarty_function_title [line 35]
string smarty_function_title(
array $params, object &$smarty)
|
|
Smarty function to generate the title for the page available parameters: - assign if set, the title will be assigned to this variable
- separator if set, the title elements will be seperated using this string
(optional: default '::')
- noslogan if set, the slogan will not be appended
- nositename if set, the sitename will not be appended
Example <!--[title]--> <!--[title separator='/']-->
Tags:
Parameters
| array |
$params |
All attributes passed to this function from the template |
| object |
&$smarty |
Reference to the Smarty object |
|
|