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