diff --git a/bibtexbrowser.php b/bibtexbrowser.php index 47bef2b..b8d16a6 100755 --- a/bibtexbrowser.php +++ b/bibtexbrowser.php @@ -1872,9 +1872,6 @@ class PagedDisplay extends BibtexBrowserDisplay { $this->noPages = ceil(count($this->result) / PAGE_SIZE); - /** Displays the header stringg. */ - echo $this->formatedHeader(); - if ($this->noPages>1) $this->displayPageBar($this->noPages, $page); $this->startIndex = ($page - 1) * PAGE_SIZE; @@ -2072,7 +2069,6 @@ class AcademicDisplay extends BibtexBrowserDisplay { } function display() { - echo $this->formatedHeader(); foreach (_DefaultBibliographySections() as $section) { $this->search2html($section['query'],$section['title']); } @@ -2113,7 +2109,6 @@ class BibEntryDisplay extends BibtexBrowserDisplay { // we encapsulate everything so that the output of display() is still valid XHTML echo '