| 1 |
<?php |
<?php |
| 2 |
// $Id: image.admin.inc,v 1.7 2009/05/22 19:32:29 sun Exp $ |
// $Id: image.admin.inc,v 1.8 2009/09/02 12:57:48 joachim Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* Menu callback; Form builder function for image settings. |
* Menu callback; Form builder function for image settings. |
| 184 |
} |
} |
| 185 |
} |
} |
| 186 |
|
|
| 187 |
function theme_image_settings_sizes_form(&$form) { |
function theme_image_settings_sizes_form($form) { |
| 188 |
$header = array(t('Label'), t('Operation'), t('Width'), t('Height'), t('Link')); |
$header = array(t('Label'), t('Operation'), t('Width'), t('Height'), t('Link')); |
| 189 |
foreach (element_children($form) as $key) { |
foreach (element_children($form) as $key) { |
| 190 |
$row = array(); |
$row = array(); |