Advertisement
Guest User

View

a guest
Dec 10th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. <div class="row">
  2.                 <div class="col-md-12">
  3.                     <!-- Pagination -->
  4.                     <div class="pagination-container margin-top-60 margin-bottom-60">
  5.                         <nav class="pagination">
  6.                             <?php echo $pagination; ?>
  7.                         </nav>
  8.                     </div>
  9.                 </div>
  10.             </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement