| 1 |
<?php |
<?php |
| 2 |
// $Id: sharethis.admin.inc,v 1.1.2.2 2009/08/14 03:44:09 robloach Exp $ |
// $Id: sharethis.admin.inc,v 1.1.4.2 2009/08/14 03:51:26 robloach Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 24 |
'#default_value' => variable_get('sharethis_icon', 'sharethis.png'), |
'#default_value' => variable_get('sharethis_icon', 'sharethis.png'), |
| 25 |
'#description' => t('The icon to associate with the ShareThis link.'), |
'#description' => t('The icon to associate with the ShareThis link.'), |
| 26 |
'#options' => array( |
'#options' => array( |
| 27 |
'sharethis.png' => t('!image Static', array('!image' => theme('image', drupal_get_path('module', 'sharethis') .'/sharethis.png'))), |
'sharethis.png' => t('!image Static', array('!image' => theme('image', drupal_get_path('module', 'sharethis') .'/images/sharethis.png'))), |
| 28 |
'sharethis-rotating.gif' => t('!image Rotating', array('!image' => theme('image', drupal_get_path('module', 'sharethis') .'/sharethis-rotating.gif'))), |
'sharethis-rotating.gif' => t('!image Rotating', array('!image' => theme('image', drupal_get_path('module', 'sharethis') .'/images/sharethis-rotating.gif'))), |
| 29 |
), |
), |
| 30 |
); |
); |
| 31 |
return system_settings_form($form); |
return system_settings_form($form); |