Skip to content

Commit

Permalink
Add new lines between phone numnbers (unicorn theme) #879
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmackay committed Oct 10, 2012
1 parent 1097b5f commit 8471e9c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions themes/unicorn/views/main/layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,9 @@ function() {
<!-- Phone -->
<?php if (!empty($phone_array)) { ?>
<div style="margin-bottom:10px;">
<?php echo Kohana::lang('ui_main.report_option_1'); ?>
<strong><?php echo Kohana::lang('ui_main.report_option_1'); ?></strong>
<?php foreach ($phone_array as $phone) { ?>
<strong><?php echo $phone; ?></strong>
<?php if ($phone != end($phone_array)) { ?>
<br/>
<?php } ?>
<?php echo $phone; ?><br/>
<?php } ?>
</div>
<?php } ?>
Expand Down

0 comments on commit 8471e9c

Please sign in to comment.