1
0
orblog-legacy/private/templates/index_footer.php
2025-08-23 18:33:45 +03:00

23 lines
819 B
PHP

<?php
/*-----------------------------------------------------------------------------
orblog - Simple blog for hidden networks.
Version: 0.1
Git: https://git.runx.zip/chicory/orblog-legacy
Copyright: chicory@runx.zip 2020
License: http://www.apache.org/licenses/LICENSE-2.0
-----------------------------------------------------------------------------*/
?>
<div class="content">
<div class="center">
<?php if($_TPL['prev_page']) { ?>
<a href="<?=$_TPL['prev_page']?>">⤽ &nbsp;<?=$_LANG['prev_page']?></a>&nbsp;
<?php } ?>
<?php if($_TPL['next_page']) { ?>
&nbsp;<a href="<?=$_TPL['next_page']?>"><?=$_LANG['next_page']?>&nbsp; ⤼</a>
<?php } ?>
</div>