mirror of
https://github.com/Ekokumppanit/ystavakylaecard.git
synced 2026-01-26 11:14:04 +00:00
- Added card counts to default controller - Load images from our basecards folder in assets - Administration now includes card counts - Other misc improvements
27 lines
841 B
PHP
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">π</a>
|
|
©
|
|
<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>
|