correct current page

This commit is contained in:
Andrey Kuvshinov
2020-04-01 21:37:39 +03:00
parent 70bf473e51
commit 1c43001662

View File

@@ -14,7 +14,7 @@
<?if (isset($prevurl)):?>
<a href="<?=$prevurl?>"><=<?=$prevpage?>&nbsp;страница<a/>
<?endif?>
<strong><?$page=?></strong>
<strong><?=$page?></strong>
<?if (isset($nexturl)):?>
<a href="<?=$nexturl?>"><?=$nextpage?>&nbsp;страница=><a/>
<?endif?>