Skip to content

Commit

Permalink
Footer links now open in a new tab #107
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Jan 30, 2016
1 parent 2ab7ad3 commit 2b75d1f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions application/views/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<?php if(!$this->agent->is_mobile()){ ?>
<div id="publication_footer" class="publication">

<a href="http://www.fratellowatches.com/toolwatch-just-got-better/"><img src="<?php echo img_url('fratello_logos_transparant.png');?>"></a>
<a href="http://wristreview.com/?p=16698"><img src="<?php echo img_url('wristreview.png');?>"></a>
<a href="http://www.producthunt.com/tech/toolwatch"><img src="<?php echo img_url('product-hunt-logo-horizontal-orange.png');?>"></a>
<a href="http://www.hebdo.ch/hebdo/montres-passion/detail/precision-testez-votre-montre-en-ligne"><img src="<?php echo img_url('logo_hebdo_2014.png');?>"></a>
<a href="<?php echo base_url();?>assets/pdf/ToolwatchEuropastar.pdf"><img src="<?php echo img_url('Europa-star-logo-blanc.jpg');?>"></a>
<a target="_blank" href="http://www.fratellowatches.com/toolwatch-just-got-better/"><img src="<?php echo img_url('fratello_logos_transparant.png');?>"></a>
<a target="_blank" href="http://wristreview.com/?p=16698"><img src="<?php echo img_url('wristreview.png');?>"></a>
<a target="_blank" href="http://www.producthunt.com/tech/toolwatch"><img src="<?php echo img_url('product-hunt-logo-horizontal-orange.png');?>"></a>
<a target="_blank" href="http://www.hebdo.ch/hebdo/montres-passion/detail/precision-testez-votre-montre-en-ligne"><img src="<?php echo img_url('logo_hebdo_2014.png');?>"></a>
<a target="_blank" href="<?php echo base_url();?>assets/pdf/ToolwatchEuropastar.pdf"><img src="<?php echo img_url('Europa-star-logo-blanc.jpg');?>"></a>
</div>
<?php } ?>
<div class="container container-fluid">
Expand Down

0 comments on commit 2b75d1f

Please sign in to comment.