diff options
Diffstat (limited to 'templates/comment-wrapper.tpl.php')
-rw-r--r-- | templates/comment-wrapper.tpl.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/comment-wrapper.tpl.php b/templates/comment-wrapper.tpl.php new file mode 100644 index 0000000..adfce58 --- /dev/null +++ b/templates/comment-wrapper.tpl.php @@ -0,0 +1,5 @@ +<?php + $vars = get_defined_vars(); + $view = get_artx_drupal_view(); + $view->print_comment_wrapper($vars); +?>
\ No newline at end of file |