Beispiel #1
0
 public static function getExtensionsRssFeed()
 {
     if (empty(self::$extFeeds)) {
         self::$extFeeds = ShopFunctions::getCPsRssFeed("http://extensions.virtuemart.net/?format=feed&type=rss", 15);
     }
     return self::$extFeeds;
 }