From 11515220f3e47ac11e9239b358aceca1ee2e7269 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Wed, 9 Nov 2011 23:29:17 +0100 Subject: Fixed docu in frontend.php. --- ratatoeskr/frontend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ratatoeskr/frontend.php') 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 ). * * section - Only set if a whole section is shown. Holds information about an section. (sub-fields are described at ). - * * tag - Only set if all articles with the same tag should be shown. Holds information about a tag. (sub-fields are described at ). + * * 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 ). * * page - Which subpage is shown? Useful with , and the page parameter of . 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. -- cgit v1.2.3-54-g00ecf