|
From: Benjamin C. <bc...@us...> - 2003-08-30 22:00:24
|
Update of /cvsroot/phpbt/phpbt/templates/default/admin
In directory sc8-pr-cvs1:/tmp/cvs-serv21286/admin
Added Files:
Tag: htmltemplates
pagination.html
Log Message:
--- NEW FILE: pagination.html ---
<div align="center" class="pagination">
<?php echo $first.' - '. $last.' of '. $total; ?>
<?php if ($pages != "1") echo "<br>[ $pages ]"; ?>
</div>
|