1
0
Fork 0
mirror of synced 2024-07-03 13:41:01 +12:00
appwrite/app/views/console/comps/footer.phtml
Frieder Bluemle 8297eec3dc
Fix typos
2019-10-02 11:08:34 -07:00

20 lines
668 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>