/[drupal]/contributions/modules/sharethis/sharethis.admin.inc
ViewVC logotype

Diff of /contributions/modules/sharethis/sharethis.admin.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.4.2, Fri Aug 14 03:51:26 2009 UTC revision 1.1.4.3, Fri Aug 14 07:32:03 2009 UTC
# Line 1  Line 1 
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
# Line 24  function sharethis_admin_settings() { Line 24  function sharethis_admin_settings() {
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);

Legend:
Removed from v.1.1.4.2  
changed lines
  Added in v.1.1.4.3

  ViewVC Help
Powered by ViewVC 1.1.2