-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpagenav.php
25 lines (25 loc) · 1.52 KB
/
pagenav.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<div class="read-more-box">
<?php $this->pageLink('<div href="index.html#/read-more/" class="read-more js-more show-animate-item" data-category="" data-count="10" data-category-id="1" data-sub-category-id="" data-tag-id="" data-page="1" data-limit="12" data-offset="10">
LAST
<div class="arrow-content" style="transform: rotate(180deg)">
<svg width="9" height="17" class="more-arrow arrow-top s">
<g stroke="#000" fill="none" fill-rule="evenodd" stroke-linecap="square"><path d="M4.5.5v16M4.5 16.5l4-4M4.5 16.5l-4-4"></path></g>
</svg>
<svg width="9" height="17" class="more-arrow arrow-bottom s">
<g stroke="#000" fill="none" fill-rule="evenodd" stroke-linecap="square"><path d="M4.5.5v16M4.5 16.5l4-4M4.5 16.5l-4-4"></path></g>
</svg>
</div>
</div>'); ?>
<?php $this->pageLink('
<div class="read-more js-more show-animate-item" data-category="" data-count="10" data-category-id="1" data-sub-category-id="" data-tag-id="" data-page="1" data-limit="12" data-offset="10">NEXT
<div class="arrow-content">
<svg width="9" height="17" class="more-arrow arrow-top">
<g stroke="#000" fill="none" fill-rule="evenodd" stroke-linecap="square"><path d="M4.5.5v16M4.5 16.5l4-4M4.5 16.5l-4-4"></path></g>
</svg>
<svg width="9" height="17" class="more-arrow arrow-bottom">
<g stroke="#000" fill="none" fill-rule="evenodd" stroke-linecap="square"><path d="M4.5.5v16M4.5 16.5l4-4M4.5 16.5l-4-4"></path></g>
</svg>
</div>
</div>
','next'); ?>
</div>