Ignore:
Timestamp:
Sep 23, 2009, 12:08:02 AM (15 years ago)
Author:
tiico
Message:

New feature (bug 001169) : add title on rss (optional)
TRANSLATION INTO ES,IT,ZH NEED TO BE DONE

File:
1 edited

Legend:

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

    r3708 r3908  
    5555   
    5656  $me->my_config['piclens_rss_icon'] = $_POST['piclens_rss_icon'];
     57  $me->my_config['piclens_rss_title'] = $_POST['piclens_rss_title'];
    5758   
    5859   
     
    143144        'PICLENS_MAXCOMMENT_NB'         => $me->my_config['piclens_maxcomment_nb'],
    144145        'PICLENS_RSS_ICON'      =>   $me->my_config['piclens_rss_icon'],
     146        'PICLENS_RSS_TITLE'     =>   $me->my_config['piclens_rss_title'],
    145147        ));
    146148
Note: See TracChangeset for help on using the changeset viewer.