diff options
author | Thomas Lange <code@nerdmind.de> | 2022-03-14 11:44:04 +0100 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2022-03-14 11:44:04 +0100 |
commit | c56c46502940243be05e13830c94b3db9d96a427 (patch) | |
tree | 323d2dbfcc35326632990f0b9e65b82280ae3358 | |
parent | 52c37be258a197cb181af2c97460ea6620c8687a (diff) | |
download | wiki-c56c46502940243be05e13830c94b3db9d96a427.tar.gz wiki-c56c46502940243be05e13830c94b3db9d96a427.tar.xz wiki-c56c46502940243be05e13830c94b3db9d96a427.zip |
Update documentation
-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 |