first import 7.x-2.x-dev

Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
bachy
2012-11-20 16:21:31 +01:00
commit f3be35fe5e
21 changed files with 2421 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>