Skinvar: blogsetting

Inserts a setting specific to the currently selected blog (usually the default one)

Arguments

  • type: which setting to add
    • id: ID of the blog
    • url: URL of the blog
    • name: Name of the blog (long name)
    • desc: Description of the blog
    • short: Short name of the blog

Skintypes

index, archive, archivelist, search, item, member

Examples

<%blogsetting(name)%>
<%blogsetting(id)%>
<%blogsetting(desc)%>
<a href="<%blogsetting(url)%>">...</a>
Skin Vars