Files
ystavakylaecard/application/views/_footer.php
2013-12-10 09:07:01 +02:00

27 lines
841 B
PHP

<footer class="pagefooter row">
<div class="large-12 columns">
<div class="panel">
<a href="<?php echo site_url("yllapito"); ?>" class="loginlink">&pi;</a>
&copy;
<a target="_blank" href="http://www.ystavakyla.fi">Ystäväkylä-hanke</a>,
<a target="_blank" href="http://www.ekokumppanit.fi">Ekokumppanit Oy</a>,
<a target="_blank" href="http://ivuorinen.net">Ismo Vuorinen</a>
2013
</div>
</div>
</footer>
<?php
// Assets spark
assets_js(
footerAssets() // in application/helpers/ecards_helper.php
);
?>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<!-- {elapsed_time} -->
</body>
</html>