| Current Path : /var/www/html/ajay/phpwebsite-1.8.x/mod/rss/boost/ |
| Current File : /var/www/html/ajay/phpwebsite-1.8.x/mod/rss/boost/controlpanel.php |
<?php
/**
* @version $Id$
* @author Matthew McNaney <mcnaney at gmail dot com>
*/
$link[] = array('label' => dgettext('rss', 'RSS Feeds'),
'restricted' => TRUE,
'url' => 'index.php?module=rss&tab=channels',
'description' => dgettext('rss', 'Administrative panel for setting RSS feeds.'),
'image' => 'rss.png',
'tab' => 'admin'
);
?>