|
article_breadcrumbs |
|
article_breadcrumbs is a boolean variable that is true if there is a previous or next article in the current category.
The Main Page is 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}}