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