- b2evolution CMS User Manual
- Developer Reference
- Website Skins/Themes
- Skin Tags / API
- Category Tags
- Template Tag: Category Permalink
Template Tag: Category Permalink
Displays a permanent link to the current Category.
Example
Quick Template
[Cat:permalink|before=Permalink: |after=|text=#name|title=#|class=]
PHP Template
$Chapter->permanent_link( array(
'before' => 'Permalink: ',
'after' => '',
'text' => '#name',
'title' => '#',
'class' => '',
) );
Parameters
Param |
Default |
Usage |
---|---|---|
|
|
Displayed before the permanent link. |
|
|
Displayed after the permanent link. |
|
|
If |
|
|
If |
|
|
CSS class applied to the link. |
|
|
|
Return value
This tag displays content only, it does not have a return value.