- b2evolution CMS User Manual
- Developer Reference
- Website Skins/Themes
- Skin Tags / API
- Item Tags
- Template Tag: Item Permanent Link
Template Tag: Item Permanent Link
Displays a permanent link to the item.
Example
Quick Template
[Item:permalink|before=Permalink: ]
PHP Template
$Item->permanent_link( array(
'before' => '',
'after' => '',
'text' => '#',
'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.