Tag blog tagline
From b2evolution manual
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
<?php $Blog->tagline( array( 'before' => ' ', 'after' => ' ', 'format' => 'htmlbody' ) ); ?>
[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.

