Ignore:
Timestamp:
Jul 21, 2009, 12:32:37 AM (15 years ago)
Author:
tiico
Message:

Personnalize the icon in the cooliris feed (on the wall)
Unstall the plugin will suppress the configuration on the database

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/piclens/admin/rssfeed.php

    r3647 r3649  
    5454  $me->my_config['piclens_maxcomment_nb'] = $_POST['piclens_maxcomment_nb'];
    5555   
    56 
    57 
     56  $me->my_config['piclens_rss_icon'] = $_POST['piclens_rss_icon'];
     57   
    5858   
    5959  $me->save_config();
     
    138138        'PICLENS_VIDEO'         =>  $me->my_config['piclens_video'] ? 'checked="checked"' : '',
    139139        'PICLENS_CAT_VIEW'      => $me->my_config['piclens_cat_view'] ? 'checked="checked"' : '',
    140         'PICLENS_RSS_NAME'      => $me->my_config['piclens_rss_name'],
    141         'PICLENS_RSS_DESC'      =>  $me->my_config['piclens_rss_desc'],
     140        'PICLENS_RSS_NAME'      =>  $me->my_config['piclens_rss_name'],
     141        'PICLENS_RSS_DESC'      =>   $me->my_config['piclens_rss_desc'],
    142142        'PICLENS_EXCLUDE_DOUBLE'        =>  $me->my_config['piclens_exclude_double'] ? 'checked="checked"' : '',
    143143        'PICLENS_MAXCOMMENT_NB'         => $me->my_config['piclens_maxcomment_nb'],
     144        'PICLENS_RSS_ICON'      =>   $me->my_config['piclens_rss_icon'],
    144145        ));
    145146
Note: See TracChangeset for help on using the changeset viewer.