'; // --------- "Best legibility" link --------- // if( $this->params['theme']['enable-best-legibility-mode'] === 'true' && $this->global_vars['self']['graphic-mode'] === 'default-graphic-mode' ){ echo '
  • '. $this->global_vars['language']['access-bar-graphicmode-best-content']. ''.$this->global_vars['language']['sentence-ending-symbol'].' '. $this->global_vars['language']['access-bar-graphicmode-best-title'].$this->global_vars['language']['sentence-ending-symbol']. '
  • '; } elseif( $this->params['theme']['enable-best-legibility-mode'] === 'true' ) { echo '
  • '. $this->global_vars['language']['access-bar-graphicmode-default-content']. ''.$this->global_vars['language']['sentence-ending-symbol'].' '. $this->global_vars['language']['access-bar-graphicmode-default-title'].$this->global_vars['language']['sentence-ending-symbol']. '
  • '; } // --------- "Full access" link --------- // if($this->params['theme']['enable-full-access-layout'] === 'true'){ echo '
  • '.$this->global_vars['language']['access-bar-layout-modes-fullaccess-content'].''.$this->global_vars['language']['sentence-ending-symbol'].' '.$this->global_vars['language']['access-bar-layout-modes-fullaccess-title'].$this->global_vars['language']['sentence-ending-symbol'].'
  • '; } // --------- "High contrast" link --------- // if($this->params['theme']['enable-high-contrast-layout'] === 'true'){ echo '
  • '.$this->global_vars['language']['access-bar-layout-modes-highcontrast-content'].''.$this->global_vars['language']['sentence-ending-symbol'].' '.$this->global_vars['language']['access-bar-layout-modes-highcontrast-title'].$this->global_vars['language']['sentence-ending-symbol'].'
  • '; } echo '';