global $user in Reviews 7
Same name in this branch
@file Theme template file used to format the reviews page of enabled content types when there are reviews. $variables: $nid: the node ID of the main node being viewed. $review_count: the number of published reviews. $pending_count: the number of reviews awaiting moderation. $reviews: array of reviews.
File
- theme/
reviews.tpl.php, line 14 - Theme template file used to format the reviews page of enabled content types when there are reviews. $variables: $nid: the node ID of the main node being viewed. $review_count: the number of published reviews. $pending_count: the number of reviews…
Code
global $user;