چه مقادیری بایستی براش تعریف کنم ؟؟!!
اینم خطوط 17 تا 29 هست :
case 2: //RSS 0.91
$feedUrl = $mosConfig_live_site."/index.php?option=com_rss&feed=RSS0.91&no_h tml=1";
break;

case 3: //RSS 1.0
$feedUrl = $mosConfig_live_site."/index.php?option=com_rss&feed=RSS1.0&no_ht ml=1";
break;

case 4: //Atom 0.3
$feedUrl = $mosConfig_live_site."/index.php?option=com_rss&feed=ATOM0.3&no_h tml=1";
break;

case 5: //GPML
$feedUrl = $mosConfig_live_site."/index.php?option=com_rss&feed=OPML&no_html =1";
break;