Tag blog tagline
From b2evolution manual
This manual page is outdated. NEW PAGE: Tag Blog Tagline in b2evolution v5+.
Display tagline of the blog. This tagline can be edited by the blog owner in the admin interface under 'Blog Settings > General > Tagline'.
[edit] Example
<source lang="php"> <?php
$Blog->tagline( array(
'before' => ' ',
'after' => ' ',
'format' => 'htmlbody'
) );
?> </source>
[edit] Parameters
| Name | Default | Usage |
|---|---|---|
| before | (1 space) | Displayed before tagline of the blog. |
| after | (1 space) | Displayed after tagline of the blog. |
| format | 'htmlbody' | Format to output. |
[edit] Return value
This tag displays content only, it does not have a return value.
