Changeset 1416:95da0e7b56bc for plugins/pages/list.php
- Timestamp:
- 08/16/13 18:50:30 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pages/list.php
r1358 r1416 44 44 } 45 45 46 echo '<p >'.__('Page(s)').' : '.$pager->getLinks().'</p>';46 echo '<p class="pagination">'.__('Page(s)').' : '.$pager->getLinks().'</p>'; 47 47 48 48 $blocks = explode('%s',$html_block); … … 57 57 echo $blocks[1]; 58 58 59 echo '<p >'.__('Page(s)').' : '.$pager->getLinks().'</p>';59 echo '<p class="pagination">'.__('Page(s)').' : '.$pager->getLinks().'</p>'; 60 60 } 61 61 }
Note: See TracChangeset
for help on using the changeset viewer.