Templates: Junecode: logtitle (deprecated)
This documentation was updated on April 15th, 2009
Inserts the title of the site. This title can be changed in the General section of the Options page in your site.
Attributes
case: upper or lower. Will convert the output to uppercase or lowercase. The default is none.
urlencode: true or false. If set to true, the text will be URL encoded, so that it can be inserted into a link. The default is false.
htmlentities: true or false. If set to true, HTML entities in the text will be encoded.
Example
<h1><junecode:logtitle /></h1>
Changes
This tag is deprecated as of Junecode 3.0. Use sitetitle instead.