1
0
Fork 0
mirror of synced 2024-06-18 18:54:55 +12:00

Updated console footer links

This commit is contained in:
eldadfux 2019-05-12 09:30:22 +03:00
parent b37d0c794a
commit 125c6de606

View file

@ -4,19 +4,16 @@ use Utopia\Locale\Locale;
<footer class="clear margin-top-xl">
<ul class="copyright pull-start">
<li>
<?php echo Locale::getText('footer.copyright'); ?> © <?php echo date('Y') . ' ' . APP_NAME; ?>
<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>
<li>
<a href="/policy/terms"><?php echo Locale::getText('footer.terms'); ?></a>
</li>
<li>
<a href="/policy/privacy"><?php echo Locale::getText('footer.privacy'); ?></a>
</li>
<li>
<a href="/policy/cookies"><?php echo Locale::getText('footer.cookies'); ?></a>
</li>
</ul>
</footer>