1
0
Fork 0
mirror of synced 2024-07-03 13:41:01 +12:00
appwrite/app/views/console/comps/footer.phtml
2019-05-12 09:39:14 +03:00

16 lines
570 B
PHTML

<footer class="clear margin-top-xl">
<ul class="copyright pull-start">
<li>
<a href="https://github.com/appwrite" target="_blank">Github Project</a>
</li>
<li>
<a href="https://github.com/appwrite/appwrite/issues/new?body=%0A%0A%0A---%0AAppwrite Version:%20<?php echo VERSION; ?>" target="_blank">Open an Issue</a>
</li>
<li>
<a href="https://appwrite.io/docs" target="_blank">Documentation</a>
</li>
<li>
<?php echo VERSION; ?>
</li>
</ul>
</footer>