Changeset 1291 in ExiteCMS for trunk/includes/template-plugins/function.imagelink.php
- Timestamp:
- 02/19/08 22:26:25 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/template-plugins/function.imagelink.php
r1254 r1291 60 60 $alt = $params['alt']; 61 61 } 62 if (!isset($params['style'])) { 63 $style = false; 64 } else { 65 $style = $params['style']; 62 $style = "vertical-align:text-top;"; 63 if (isset($params['style'])) { 64 $style .= $params['style']; 66 65 } 67 66 if (!isset($params['onclick'])) {
Note: See TracChangeset
for help on using the changeset viewer.
