Changeset 6963
- Timestamp:
- May 26, 2008, 4:45:46 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/inc/classes/BxDolGroups.php ¶
r6945 r6963 799 799 //$_page_cont[$_ni]['group_image'] = <<<EOF 800 800 $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> 804 802 EOF; 805 803 $sGrpVGalLink = "<a href=\"{$site['url']}{$this->sCurrFile}?action=gallery&ID={$iGroupID}\">" . _t( "_Group gallery" ) . "</a>"; 806 804 //$_page_cont[$_ni]['group_gallery_link'] = "<a href=\"{$site['url']}{$this->sCurrFile}?action=gallery&ID={$iGroupID}\">" . _t( "_Group gallery" ) . "</a>"; 807 805 808 $sGrpVCreatorThumb = get_member_thumbnail( $aGroupInfo['creatorID'], 'none' );806 $sGrpVCreatorThumb = get_member_thumbnail( $aGroupInfo['creatorID'], 'none', false ); 809 807 //$_page_cont[$_ni]['group_creator_thumb'] = get_member_thumbnail( $aGroupInfo['creatorID'], 'none' ); 810 808 $sGrpVCreatorLink = "<a href=\"{$site['url']}{$creatorNick}\">".htmlspecialchars_adv($creatorNick)."</a>"; … … 2094 2092 {$sLimit} 2095 2093 "; 2096 //print $sQuery; 2094 2097 2095 $rBlog = db_res( $sQuery ); 2098 2096 2099 2097 $sRet = ''; 2100 2101 2098 $sFolderIco = getTemplateIcon( 'folder_small.png' ); 2102 2103 $oEvents = new BxDolEvents();2104 2105 2099 $sRet .= '<div class="clear_both"></div>'; 2106 2100 while ($arr = mysql_fetch_array($rBlog)) { -
TabularUnified trunk/templates/base/css/groups.css ¶
r6813 r6963 60 60 .group_left_div 61 61 { 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; 66 68 } 67 69 -
TabularUnified trunk/templates/tmpl_uni/css/groups.css ¶
r6367 r6963 26 26 27 27 .center_thumb_kp { 28 margin-left:20px;29 28 overflow:hidden; 30 29 width:112px; 30 margin:0px auto; 31 31 } 32 33 .group_info_main_img { 34 width:110px; 35 36 } -
TabularUnified trunk/templates/tmpl_uni/css/index.css ¶
r6835 r6963 361 361 { 362 362 height:162px; 363 position:relative; 363 364 } 364 365
Note: See TracChangeset
for help on using the changeset viewer.