Changeset 57 for trunk/TranslationList.php
- Timestamp:
- Feb 3, 2009, 7:54:37 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/TranslationList.php
r54 r57 55 55 $limity = $TranslationItemPerPage; 56 56 $limitx = $i * $limity; 57 $Page = $i +1;57 $Page = $i + 1; 58 58 if($_SESSION['limitx'] == $limitx) echo('<strong>'.$Page.'</strong> '); 59 59 else echo('<a href="'.$Address.'&limitx='.$limitx.'&limity='.$limity.'">'.$Page.'</a> ');
Note:
See TracChangeset
for help on using the changeset viewer.