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