. if (!defined('EG')) die('Direct access not allowed!'); //module to print an HTML link //extends the ModBase class class ModTopLink extends ModBase { public function render($liclass = null) { return "
  • getHtmlClass()." href='".$this->simpleXmlObj->href[0]."'>".$this->simpleXmlObj->text[0]."
  • "; } }