Home
last modified time | relevance | path

Searched refs:displayer (Results 1 – 1 of 1) sorted by relevance

/plugin/bb4dw/
Dbibtexbrowser.php4675 var $displayer = ''; variable in Dispatcher
4737 $this->displayer = 'NotFoundDisplay';
4746 if ($this->displayer=='') {
4747 $this->displayer = bibtexbrowser_configuration('BIBTEXBROWSER_DEFAULT_DISPLAY');
4752 if ($this->displayer!='') {
4760 $x = new $this->displayer();
4801 $this->displayer=$_GET['display'];
4805 $this->displayer='RSSDisplay';
4810 $this->displayer='BibtexDisplay';
4919 $this->displayer='AcademicDisplay';