Skip to content

Commit

Permalink
Merge pull request #115 from MathieuNls/107_footer
Browse files Browse the repository at this point in the history
add new logo #107
  • Loading branch information
AlphonseJr committed Jan 29, 2016
2 parents 7110e1d + 8f912ca commit 2ab7ad3
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/libraries/Auto_email.php
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ private function sendAtString($scheduleTime) {
$scheduleTime = $scheduleTime - $this->timeOffset;

$returnValue = date('Y-', $scheduleTime).date('m-', $scheduleTime)
.(date('d', $scheduleTime)).' '.(date('H', $scheduleTime)-1).':'
.(date('d', $scheduleTime)).' '.(date('H', $scheduleTime)).':'
.(date('i', $scheduleTime)).date(':s', $scheduleTime);

return $returnValue;
Expand Down
4 changes: 3 additions & 1 deletion application/views/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

<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-black.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>
</div>
<?php } ?>
<div class="container container-fluid">
Expand Down
Binary file added assets/img/Europa-star-logo-blanc.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/logo_hebdo_2014.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/pdf/ToolwatchEuropastar.pdf
Binary file not shown.

0 comments on commit 2ab7ad3

Please sign in to comment.