Skip to content
This repository has been archived by the owner on Jan 26, 2018. It is now read-only.

Commit

Permalink
1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Magmodules committed Jun 9, 2017
1 parent 5cb9553 commit 824eb0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<config>
<modules>
<Magmodules_Feedbackcompany>
<version>1.5.4</version>
<version>1.5.5</version>
</Magmodules_Feedbackcompany>
</modules>
<global>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,15 +104,15 @@ $helper = Mage::helper('feedbackcompany');
<?php } ?>
</div>

<!-- NEW -->
<div class="column">
<?php $questions = $helper->getQuestions($review->getQuestions(), true, 'open'); ?>
<?php foreach ($questions as $question) { ?>
<dt class="title"><?php echo $question['Reviewtitle'] ?></dt>
<dd class="answer"><?php echo $question['answer'] ?></dd>
<?php if(!empty($question['answer'])) { ?>
<dt class="title"><?php echo $question['Reviewtitle'] ?></dt>
<dd class="answer"><?php echo $question['answer'] ?></dd>
<?php } ?>
<?php } ?>
</div>
<!-- END NEW -->

<dl class="dl-feedback">
<?php if ($buyOnline = $review->getBuyOnline()) { ?>
Expand Down

0 comments on commit 824eb0b

Please sign in to comment.