danielebarchiesi@0: created variable. danielebarchiesi@0: * - $changed: Formatted date and time for when the comment was last changed. danielebarchiesi@0: * Preprocess functions can reformat it by calling format_date() with the danielebarchiesi@0: * desired parameters on the $comment->changed variable. danielebarchiesi@0: * - $new: New comment marker. danielebarchiesi@0: * - $permalink: Comment permalink. danielebarchiesi@0: * - $submitted: Submission information created from $author and $created during danielebarchiesi@0: * template_preprocess_comment(). danielebarchiesi@0: * - $picture: Authors picture. danielebarchiesi@0: * - $signature: Authors signature. danielebarchiesi@0: * - $status: Comment status. Possible values are: danielebarchiesi@0: * comment-unpublished, comment-published or comment-preview. danielebarchiesi@0: * - $title: Linked title. danielebarchiesi@0: * - $classes: String of classes that can be used to style contextually through danielebarchiesi@0: * CSS. It can be manipulated through the variable $classes_array from danielebarchiesi@0: * preprocess functions. The default values can be one or more of the following: danielebarchiesi@0: * - comment: The current template type, i.e., "theming hook". danielebarchiesi@0: * - comment-by-anonymous: Comment by an unregistered user. danielebarchiesi@0: * - comment-by-node-author: Comment by the author of the parent node. danielebarchiesi@0: * - comment-preview: When previewing a new or edited comment. danielebarchiesi@0: * The following applies only to viewers who are registered users: danielebarchiesi@0: * - comment-unpublished: An unpublished comment visible only to administrators. danielebarchiesi@0: * - comment-by-viewer: Comment by the user currently viewing the page. danielebarchiesi@0: * - comment-new: New comment since last the visit. danielebarchiesi@0: * - $title_prefix (array): An array containing additional output populated by danielebarchiesi@0: * modules, intended to be displayed in front of the main title tag that danielebarchiesi@0: * appears in the template. danielebarchiesi@0: * - $title_suffix (array): An array containing additional output populated by danielebarchiesi@0: * modules, intended to be displayed after the main title tag that appears in danielebarchiesi@0: * the template. danielebarchiesi@0: * danielebarchiesi@0: * These two variables are provided for context: danielebarchiesi@0: * - $comment: Full comment object. danielebarchiesi@0: * - $node: Node object the comments are attached to. danielebarchiesi@0: * danielebarchiesi@0: * Other variables: danielebarchiesi@0: * - $classes_array: Array of html class attribute values. It is flattened danielebarchiesi@0: * into a string within the variable $classes. danielebarchiesi@0: * danielebarchiesi@0: * @see template_preprocess() danielebarchiesi@0: * @see template_preprocess_comment() danielebarchiesi@0: * @see template_process() danielebarchiesi@0: * @see theme_comment() danielebarchiesi@0: * danielebarchiesi@0: * @ingroup themeable danielebarchiesi@0: */ danielebarchiesi@0: ?> danielebarchiesi@0:
> danielebarchiesi@0: danielebarchiesi@0: danielebarchiesi@0: danielebarchiesi@0: danielebarchiesi@0: danielebarchiesi@0: danielebarchiesi@0: danielebarchiesi@0: > danielebarchiesi@0: danielebarchiesi@0: danielebarchiesi@0: danielebarchiesi@0: danielebarchiesi@0:
> danielebarchiesi@0: danielebarchiesi@0: danielebarchiesi@0:
danielebarchiesi@0: danielebarchiesi@0:
danielebarchiesi@0: danielebarchiesi@0:
danielebarchiesi@0: danielebarchiesi@0: danielebarchiesi@0: