1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/agendav_ynh.git synced 2024-09-03 20:36:12 +02:00
agendav_ynh/sources/web/application/views/calendar_page.php
2014-01-07 17:53:08 +01:00

15 lines
295 B
PHP

<div id="footer">
<?php
$img = array(
'src' => 'img/agendav_small.png',
'alt' => 'AgenDAV',
);
echo img($img);
?>
<p><?php echo $this->config->item('footer')?></p>
</div> <!-- footer -->
</div>
</div> <!-- page_contents -->
<div id="popup" class="freeow freeow-top-right">
</div>