Skip to content

Commit

Permalink
add pinterest auth #45
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Jul 9, 2015
1 parent cb1a6ba commit ca715df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/views/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
}
</script>
<script type="text/javascript" src="//cdn.bounce.bar/114697.js"></script>
<meta name="p:domain_verify" content="6187231235ed576f7d6e438a438b6b9a"/>
<?php
foreach($styleSheets as $css) { echo '<link rel="stylesheet" href="'.css_url($css).'?'.time().'">'; }
foreach($javaScripts as $js) { echo '<script src="'.js_url($js).'"></script>'; }
Expand Down

0 comments on commit ca715df

Please sign in to comment.