Files
ystavakylaecard/application/views/_footer.php
Ismo Vuorinen fe84af8649 - Creating cards now works. We use Open Sans to make texts beautiful
- Added card counts to default controller
- Load images from our basecards folder in assets
- Administration now includes card counts
- Other misc improvements
2013-07-16 19:02:40 +03: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.com">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>