summaryrefslogtreecommitdiff
path: root/templates/comment-wrapper.tpl.php
blob: adfce58c31d24c6594e9b82df2e316d92916ee1b (plain)
1
2
3
4
5
<?php
	$vars = get_defined_vars();
	$view = get_artx_drupal_view();
	$view->print_comment_wrapper($vars);
?>