summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2022-03-14 11:44:04 +0100
committerThomas Lange <code@nerdmind.de>2022-03-14 11:44:04 +0100
commitc56c46502940243be05e13830c94b3db9d96a427 (patch)
tree323d2dbfcc35326632990f0b9e65b82280ae3358
parent52c37be258a197cb181af2c97460ea6620c8687a (diff)
downloadwiki-c56c46502940243be05e13830c94b3db9d96a427.tar.gz
wiki-c56c46502940243be05e13830c94b3db9d96a427.tar.xz
wiki-c56c46502940243be05e13830c94b3db9d96a427.zip
Update documentation
-rw-r--r--Templates.md4
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