Changeset 6963


Ignore:
Timestamp:
May 26, 2008, 4:45:46 PM (17 years ago)
Author:
aramis
Message:

'A' ?????????? ?????? ? ??????? ??? IE ? ???????

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/inc/classes/BxDolGroups.php

    r6945 r6963  
    799799                    //$_page_cont[$_ni]['group_image']         = <<<EOF 
    800800                    $sGrpVImage = <<<EOF 
    801 <a href="{$site['url']}{$this->sCurrFile}?action=gallery&ID={$iGroupID}"> 
    802     <img src="{$this->sSpacerIcon}" style="width:110px;height:110px; background-image: url({$groupImageUrl});" class="photo1" alt="" /> 
    803 </a> 
     801<a href="{$site['url']}{$this->sCurrFile}?action=gallery&ID={$iGroupID}"><img src="{$this->sSpacerIcon}" style="background-image: url({$groupImageUrl});" class="group_info_main_img" alt="" /></a> 
    804802EOF; 
    805803                    $sGrpVGalLink = "<a href=\"{$site['url']}{$this->sCurrFile}?action=gallery&ID={$iGroupID}\">" . _t( "_Group gallery" ) . "</a>"; 
    806804                    //$_page_cont[$_ni]['group_gallery_link']  = "<a href=\"{$site['url']}{$this->sCurrFile}?action=gallery&ID={$iGroupID}\">" . _t( "_Group gallery" ) . "</a>"; 
    807805 
    808                     $sGrpVCreatorThumb = get_member_thumbnail( $aGroupInfo['creatorID'], 'none' ); 
     806                    $sGrpVCreatorThumb = get_member_thumbnail( $aGroupInfo['creatorID'], 'none', false ); 
    809807                    //$_page_cont[$_ni]['group_creator_thumb'] = get_member_thumbnail( $aGroupInfo['creatorID'], 'none' ); 
    810808                    $sGrpVCreatorLink  = "<a href=\"{$site['url']}{$creatorNick}\">".htmlspecialchars_adv($creatorNick)."</a>"; 
     
    20942092            {$sLimit} 
    20952093        "; 
    2096 //print $sQuery; 
     2094 
    20972095        $rBlog = db_res( $sQuery ); 
    20982096 
    20992097        $sRet = ''; 
    2100  
    21012098        $sFolderIco = getTemplateIcon( 'folder_small.png' ); 
    2102  
    2103         $oEvents = new BxDolEvents(); 
    2104  
    21052099        $sRet .= '<div class="clear_both"></div>'; 
    21062100        while ($arr = mysql_fetch_array($rBlog)) { 
  • TabularUnified trunk/templates/base/css/groups.css

    r6813 r6963  
    6060.group_left_div 
    6161{ 
    62     position:relative; 
    63     float:left; 
    64     /*text-align:center;*/ 
    65     font-weight:bold; 
     62    margin:0px auto; 
     63    float:left; 
     64    position:relative; 
     65    text-align:center; 
     66    font-weight:bold; 
     67    width:160px; 
    6668} 
    6769 
  • TabularUnified trunk/templates/tmpl_uni/css/groups.css

    r6367 r6963  
    2626 
    2727.center_thumb_kp { 
    28     margin-left:20px; 
    2928    overflow:hidden; 
    3029    width:112px; 
     30    margin:0px auto; 
    3131} 
     32 
     33.group_info_main_img { 
     34    width:110px; 
     35 
     36} 
  • TabularUnified trunk/templates/tmpl_uni/css/index.css

    r6835 r6963  
    361361    { 
    362362        height:162px; 
     363        position:relative; 
    363364    } 
    364365     
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