Changeset 239 for trunk/trax/vendor/trax
- Timestamp:
- 08/02/06 01:24:34 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/action_view/helpers/url_helper.php
r238 r239 167 167 $image_options["height"] = end(explode("x", $html_options["size"])); 168 168 unset($html_options["size"]); 169 } else { 170 if(isset($html_options["width"])) { 171 $image_options["width"] = $html_options["width"]; 172 unset($html_options["width"]); 173 } elseif(isset($html_options["height"])) { 174 $image_options["height"] = $html_options["height"]; 175 unset($html_options["height"]); 176 } 177 } 169 } 178 170 179 171 if (isset($html_options["border"])) {
