function printResultSectionLinks() { $lines=array(); reset($this->resultSections); while(list($id,$dat)=each($this->resultSections)) { // added '.$this -> pi_getPageLink($GLOBALS["TSFE"] -> id).' if you have a it doesn't work without $lines[]='
  • id).'#'.md5($id).'">'.(trim($dat[0])?htmlspecialchars(trim($dat[0])):$this->pi_getLL("unnamedSection")).' ('.$dat[1].' '.$this->pi_getLL("word_page".($dat[1]>1?"s":"")).')
  • '; } $out = ''; return 'pi_classParam("sectionlinks").'>'.$this->cObj->stdWrap($out, $this->conf["sectionlinks_stdWrap."]).''; }