31 lines
1.7 KiB
PHP
31 lines
1.7 KiB
PHP
<?php if (!defined('PICONTROL')) exit(); ?>
|
|
</div>
|
|
<!-- Footer -->
|
|
<div id="footer">
|
|
<div id="footer-inner">
|
|
<table id="footer-table">
|
|
<tr>
|
|
<th><?php _e('PI CONTROL'); ?></th>
|
|
<th><?php _e('ÜBER MICH'); ?></th>
|
|
<th><?php _e('VERSION'); ?></th>
|
|
</tr>
|
|
<tr>
|
|
<td rowspan="2"><a href="?s=settings"><?php _e('Einstellungen'); ?></a><br />
|
|
<a href="https://willy-tech.de/kontakt/" target="_blank" data-lang="<?php echo $data['language']; ?>"><?php _e('Feedback'); ?></a><br />
|
|
<a href="<?php echo $data['helpLink']; ?>" target="_blank"><?php _e('Hilfe'); ?></a><br />
|
|
<a href="https://play.google.com/store/apps/details?id=de.willytech.picontrol" target="_blank" title="<?php _e('Öffne im Play Store'); ?>"><?php _e('App im Play Store'); ?></a><br />
|
|
<a href="https://bugs.schultes.dev/gregor/pi-control" target="_blank"><?php _e('Git Repo'); ?></a></td>
|
|
<td rowspan="2"><a href="https://www.schultes.dev/" target="_blank"><?php _e('Mein Blog'); ?></a><br />
|
|
<td><?php echo $data['version']; ?></td>
|
|
</tr>
|
|
<tr>
|
|
<td><strong><?php _e('LIZENZ'); ?></strong><span><?php _e('Raspberry Pi ist ein Markenzeichen<br />der %s.', '<a href="https://www.raspberrypi.org/" target="_blank">Raspberry Pi Foundation</a>'); ?></span></td>
|
|
</tr>
|
|
</table>
|
|
<div id="footer-copyright"><?php _e('Mit %s entwickelt von %s.', '<span style="color: #F44336;">❤</span>', '<a href="https://willy-tech.de/" target="_blank">Willy Fritzsche</a>'); ?> 2013-2017 <br>Weiterentwickelt von <a href="https://www.schultes.dev">Gregor Schulte</a> 2021-2022</div>
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">var errorHandler = '<?php echo $data['errorHandler']; ?>';</script>
|
|
</body>
|
|
</html>
|