Changeset 10777
- Timestamp:
- Jun 9, 2009, 3:38:52 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/templates/base/scripts/BxBaseIndex.php ¶
r10752 r10777 454 454 $sPaginate = ''; 455 455 if ($iCount) { 456 $iMaxThumbWidth = getParam('maxThumbWidth'); 457 $iNewWidth = $iMaxThumbWidth + 6; 458 456 $iNewWidth = BX_AVA_W + 6; 459 457 $iPages = ceil($iCount/ $iLimit); 460 458 $iPage = (int)$_GET['page'];
Note: See TracChangeset
for help on using the changeset viewer.