"base" Template Variables and Loop

Previous page  First page  Next page

Variables

 

article.access_denied

 

authenticated

A boolean variable that is true if the reader is currently logged in.

 

blog.allow_access_requests

A boolean variable that is true if the blog is set to display a page that allows the reader to request access to a restricted category.

 

blog.css_url

A string variable containing the URL for the cascading style sheet for the blog.

 

blog.custom_head

 

 

blog.description

A string variable containing the description of the blog.

 

blog.edit_article_url

A string variable containing an URL, which if accessed, takes the reader to the Edit Article page for the currently viewed article.

 

blog.header_center

 

 

blog.header_left

 

blog.header_right

 

 

blog.keywords

A string variable containing the keywords for use by search engines to index the blog.

 

blog.left_sidebar

 

 

blog.name

A string variable containing the name of the blog.

 

blog.new_article_url

A string variable containing an URL, which if accessed, takes the reader to the Post Article page where s/he can enter a new article.

 

blog.ocs_url

A string variable containing the URL for the OCS feed for the blog.

 

blog.posting_notices_url

A string variable containing an URL, which if accessed, takes the reader to the Subscribe page for posting notifications.

 

blog.right_sidebar

 

 

blog.rss_url

A string variable containing the URL for the RSS feed for the blog.

 

blog.url

A string variable containing the primary URL for the blog.

 

category.hide_calendar

A boolean variable that is true if the current category should not display the calendar component.

 

category.label

A string variable containing the label for the current category.

 

category.request_access_url

A string variable containing an URL that if accessed will automatically send an email message to the blog's administrator requesting access to the current category.

 

category.restricted

A boolean variable that is true if the reader does not have permission to access the current category.

 

category.rss_url

A string variable containing the URL for the RSS feed for the current category.

 

has_header

 

 

live_templ_mode_url

A string variable containing the URL to view the blog with the live templates in effect.

 

message

A string variable containing information reported from the the blog system back-end.

 

page.title

A string variable containing the title of the current page.

 

templates.js_dir

A string variable containing the relative path to the directory containing the JavaScript files used by the blog pages.

 

test_templ_mode

A boolean variable that is true if the blog is currently being viewed using test templates.

 

user.email

A string variable containing the email address of the currently logged-in reader.

 

user.nick_name

A string variable containing the nickname of the currently logged-in reader.

 

user.username

A string variable containing the username of the currently logged-in reader.

 

users_signup_url

A string variable containing the URL for a page where readers with accounts can log in and new users can sign up for a the blog system account.

 

 

Loop

 

blog.sub_categories

A loop that iterates through all the subcategories of the currently displayed category.