/**
  * Constructor
  */
 function ilExternalFeedBlockGUI()
 {
     global $ilCtrl, $lng;
     parent::__construct();
     parent::ilBlockGUI();
     $lng->loadLanguageModule("feed");
     $this->setLimit(5);
     $this->setRowTemplate("tpl.block_external_feed_row.html", "Services/Feeds");
 }