1
0
Fork 0
mirror of synced 2024-07-03 13:41:01 +12:00
appwrite/app/views/console/comps/footer.phtml
2019-08-24 22:40:38 +03:00

19 lines
667 B
PHTML

<?php
$home = $this->getParam('home', '');
?>
<footer class="clear margin-top-xl">
<ul class="copyright pull-start">
<li>
<a href="https://github.com/appwrite/appwrite" target="_blank"><i class="icon-github-circled"></i> Github Repository</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="<?php echo $home; ?>/docs" target="_blank">Documentation</a>
</li>
<li>
v:<?php echo VERSION; ?>
</li>
</ul>
</footer>