1
0
Fork 0
mirror of synced 2024-07-20 22:06:15 +12:00
appwrite/app/views/home/comps/footer.phtml

4 lines
96 B
PHTML
Raw Normal View History

2019-11-13 07:41:48 +13:00
<?php
$version = $this->getParam('version');
?>
<footer>version <?php echo $version; ?></footer>