merged feedback submodule

This commit is contained in:
Bachir Soussi Chiadmi
2015-04-19 13:55:49 +02:00
22 changed files with 3708 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?php
/**
* @file
* Default theme implementation to present the feedback form.
*
* @see template_preprocess_feedback_form_display()
*/
?>
<div id="block-feedback-form">
<h2><span class="feedback-link"><?php print $title; ?></span></h2>
<div class="content"><?php print drupal_render($content); ?></div>
</div>