Changeset 1028
- Timestamp:
- 08/24/10 20:02:43 (21 months ago)
- Files:
-
- 1 modified
-
trunk/htdocs/central/common/show_image.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/central/common/show_image.php
r995 r1028 6 6 $img=$img_path.$arrHttp["base"]."/".$arrHttp["image"]; 7 7 8 if(file_exists($img) ){8 if(file_exists($img) and $arrHttp["image"]){ 9 9 $img=file($img); 10 10 $imagen=""; … … 12 12 }else{ 13 13 14 $img=file($img_path. "../central/images/icon/defaultButton_user.png");14 $img=file($img_path.$arrHttp["base"]."/noimage.jpg"); 15 15 $imagen=""; 16 16 foreach ($img as $value) $imagen.=$value;
