1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-09 23:56:26 +02:00

Blog Plugin - Pager Issue #326

This commit is contained in:
Sergey Romanenko
2014-07-31 14:25:53 +04:00
parent 7ff4ff29d9
commit 009e32e635

View File

@ -1,3 +1,4 @@
<br><br>
<?php
if (Request::get('tag')) $tag = '&tag='.Request::get('tag'); else $tag = '';
@ -25,4 +26,4 @@
echo ' <a href="?page=' . ($page+1) . $tag.'">'.__('next', 'blog').'</a> ... <a href="?page=' . $pages . $tag.'">'.__('end', 'blog').'</a> ';
}
?>
?>