mirror of
https://github.com/YunoHost-Apps/agendav_ynh.git
synced 2024-09-03 20:36:12 +02:00
15 lines
295 B
PHP
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>
|