diff options
author | Kevin Chabowski <kevin@kch42.de> | 2011-11-09 23:29:17 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2011-11-09 23:29:17 +0100 |
commit | 11515220f3e47ac11e9239b358aceca1ee2e7269 (patch) | |
tree | 4c1fe66dd84e28862209916a6e3fe16652808b07 /ratatoeskr/frontend.php | |
parent | 9001c870ab617e9aae47952fb028bc4547be3f7d (diff) | |
download | ratatoeskr-cms-11515220f3e47ac11e9239b358aceca1ee2e7269.tar.gz ratatoeskr-cms-11515220f3e47ac11e9239b358aceca1ee2e7269.tar.bz2 ratatoeskr-cms-11515220f3e47ac11e9239b358aceca1ee2e7269.zip |
Fixed docu in frontend.php.
Diffstat (limited to 'ratatoeskr/frontend.php')
-rw-r--r-- | ratatoeskr/frontend.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ratatoeskr/frontend.php b/ratatoeskr/frontend.php index 1739f8b..7995093 100644 --- a/ratatoeskr/frontend.php +++ b/ratatoeskr/frontend.php @@ -675,7 +675,7 @@ $ste->register_tag("title", function($ste, $params, $sub) * $current has these fields: * * article - Only set if a single article is shown. Holds information about an article. (sub-fields are described at <article_transform_ste>). * * section - Only set if a whole section is shown. Holds information about an section. (sub-fields are described at <section_transform_ste>). - * * tag - Only set if all articles with the same tag should be shown. Holds information about a tag. (sub-fields are described at <tag_transform_ste>). + * * tag - Only set if all articles with the same tag should be shown (pseudo section _tags). Holds information about a tag. (sub-fields are described at <tag_transform_ste>). * * page - Which subpage is shown? Useful with <page_prev>, <page_next> and the page parameter of <articles_get>. Default: 1 * * commented - True, if the visitor has successfully written a comment. * * comment_fail - If the user tried to comment, but the system rejected the comment, this will be set and will contain the error message. |