Changeset 10777


Ignore:
Timestamp:
Jun 9, 2009, 3:38:52 AM (16 years ago)
Author:
Alexander Trofimov
Message:

thumbnail size corrected using avatar module define

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/templates/base/scripts/BxBaseIndex.php

    r10752 r10777  
    454454        $sPaginate = ''; 
    455455        if ($iCount) { 
    456             $iMaxThumbWidth = getParam('maxThumbWidth'); 
    457             $iNewWidth = $iMaxThumbWidth + 6; 
    458              
     456            $iNewWidth = BX_AVA_W + 6; 
    459457            $iPages = ceil($iCount/ $iLimit); 
    460458            $iPage = (int)$_GET['page']; 
Note: See TracChangeset for help on using the changeset viewer.
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
Fork me on GitHub