article_breadcrumbs
Previous  Top  Next

A boolean variable that is true if there is a previous or next article in the current category.

Remember that the Main Page is itself a category.



Example
In the default article template, the article_breadcrumbs variable is used to determine whether to display the "previous" and "next" links to the previous and next articles:

{{if article_breadcrumbs}}  
(code to display "previous" and "next" links goes here)  
{{/if}}