Changeset 489


Ignore:
Timestamp:
Aug 21, 2004, 3:08:42 PM (20 years ago)
Author:
z0rglub
Message:

don't force the width and height of folder icons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/cat_list.php

    r403 r489  
    237237    $result = mysql_fetch_array(mysql_query( $query ));
    238238        $category_image = ($result['sub_cats']) ?
    239           '<img src="'.PHPWG_ROOT_PATH.'template/'.$user['template'].'/admin/images/icon_subfolder.gif" width="46" height="25" alt="" />' :
    240           '<img src="'.PHPWG_ROOT_PATH.'template/'.$user['template'].'/admin/images/icon_folder.gif" width="46" height="25" alt="" />';
     239          '<img src="'.PHPWG_ROOT_PATH.'template/'.$user['template'].'/admin/images/icon_subfolder.gif" alt="" />' :
     240          '<img src="'.PHPWG_ROOT_PATH.'template/'.$user['template'].'/admin/images/icon_folder.gif" alt="" />';
    241241  }
    242242 
Note: See TracChangeset for help on using the changeset viewer.