imagecms/ImageCMS

View on GitHub
application/modules/comments/hooks.xml

Summary

Maintainability
Test Coverage
<!-- Sample hooks file -->

<hook id="comments_read_com_tpl">
<![CDATA[
if (isset($_POST['comment_text']))
{
    modules::run('comments/add');
}
]]>
</hook>