[FIX] when no information on the width and the height

a complete banner management system, any number of banners can be added
Forum rules
The content in this forum is dated Dec. 21 2005 and can be used as Archive only. This Forum is LOCKED and READ ONLY !

[FIX] when no information on the width and the height

Postby galixte on Wed 02. Nov, 2005 05:39

Hi,

when no information on the width and the height is provided, the ban is not correctly displayed. That's fixed by crewstyle.
Code: Select all
#
#-----[ OPEN ]------------------------------------------
#
includes/page_header.php

#
#-----[ FIND ]------------------------------------------
#
         $banner_size = ($banners[$i]['banner_width']<>'') ? ' width="'.$banners[$i]['banner_width'].'"' : '';
         $banner_size .= ($banners[$i]['banner_height']<>'') ? ' height="'.$banners[$i]['banner_height'].'"' : '';

#
#-----[ REPLACE WITH ]------------------------------------------
#
         $banner_size = ( ($banners[$i]['banner_width'] == '') || ($banners[$i]['banner_width'] == '0') ) ? '' : ' width="' . $banners[$i]['banner_width'] . '"';
         $banner_size .= ( ($banners[$i]['banner_height'] == '') || ($banners[$i]['banner_height'] == '0') ) ? '' : ' height="' . $banners[$i]['banner_height'] . '"';

SOURCE : http://forums.phpbb-fr.com/viewpost_589211.html#589211


Goodbye.
User avatar
galixte
Poster
Poster
 
Posts: 16
Joined: Tue 27. Apr, 2004 15:14
Location: France

Return to Complete banner [2.0.6/EM]

Who is online

Users browsing this forum: No registered users and 0 guests

cron