function render_object_comments_for_print(ContentDataObject $object) { if(!$object->isCommentable()) return ''; tpl_assign('__comments_object', $object); return tpl_fetch(get_template_path('object_comments_for_print', 'comment')); } // render_object_comments