- b2evolution CMS User Manual
- Developer Reference
- Website Skins/Themes
- Skin Tags / API
- Tag Blog Contact Link
Tag Blog Contact Link
This template tag displays a link leading to the contact form for the owner of the current Blog.
Example
<?php
$Blog->contact_link( array(
'before' => ' ',
'after' => ' ',
'text' => 'Contact',
'title' => 'Send a message to the owner of this blog...',
) );
?>
Parameters
Return value
This function return false, if blog owner doesn’t allow message form.<br/>
If blog owner allows message form then this function return true and displays content.