mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-04 12:17:42 +02:00
Blog Plugin - Pager Issue #326
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
<br><br>
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
if (Request::get('tag')) $tag = '&tag='.Request::get('tag'); else $tag = '';
|
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> ';
|
echo ' <a href="?page=' . ($page+1) . $tag.'">'.__('next', 'blog').'</a> ... <a href="?page=' . $pages . $tag.'">'.__('end', 'blog').'</a> ';
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user