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