From c56c46502940243be05e13830c94b3db9d96a427 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Mon, 14 Mar 2022 11:44:04 +0100 Subject: Update documentation --- Templates.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3