- b2evolution CMS User Manual
- Developer Reference
- Website Skins/Themes
- Skin Tags / API
- Other Tags
- Template Tag: Comment Permanent Link
Template Tag: Comment Permanent Link
This template tag displays a permanent link to the current Comment.
Example
Quick Template
[Comment:permalink|before=Permalink: |after=|text=#|title=#|class=]
PHP Template
$Comment->permanent_link( array(
'before' => 'Permalink: ',
'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. |
|
|
Set to |
Return value
This tag displays content only, it does not have a return value.