diff options
-rw-r--r-- | Templates.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Templates.md b/Templates.md index c4d3eb4..4a5bdc1 100644 --- a/Templates.md +++ b/Templates.md @@ -211,6 +211,8 @@ Represents a single post to display within the feed template. * `$POST`: [See reference for `@POST`] * `$USER`: [See reference for `@USER`] +* `$CATEGORY`: [See reference for `@CATEGORY`] +* `$CATEGORIES`: Contains a list of `@CATEGORY` arrays (the parents and the direct category itself) ## 403 Template `html/403.php` Default template for error page 403 Forbidden. @@ -288,4 +290,4 @@ Default template for error page 404 Not Found. ### `@PAGINATION` * `$PAGINATION['THIS']`: Contains the current site number of the list navigation * `$PAGINATION['LAST']`: Contains the last site number of the list navigation -* `$PAGINATION['HTML']`: Contains the pagination template with the list navigation
\ No newline at end of file +* `$PAGINATION['HTML']`: Contains the pagination template with the list navigation |