redButtons[BUTTON_WOWHEAD])): if ($this->redButtons[BUTTON_WOWHEAD]): echo 'WowheadWowhead'; else: echo 'WowheadWowhead'; endif; endif; // go to my playlist if (isset($this->redButtons[BUTTON_PLAYLIST])): echo ''.Lang::sound('goToPlaylist').''.Lang::sound('goToPlaylist').''; endif; // ingame-links/markdown/ect if (isset($this->redButtons[BUTTON_LINKS])): if ($b = $this->redButtons[BUTTON_LINKS]): echo ' "'"]).');">'.Lang::main('links').''.Lang::main('links').''; else: echo ''.Lang::main('links').''.Lang::main('links').''; endif; endif; // view in 3D if (isset($this->redButtons[BUTTON_VIEW3D])): if ($b = $this->redButtons[BUTTON_VIEW3D]): // json_encode puts property names in brackets wich is not cool with inline javascript echo ' "'"]).')">'.Lang::main('view3D').''.Lang::main('view3D').''; else: echo ''.Lang::main('view3D').''.Lang::main('view3D').''; endif; endif; // item comparison tool if (isset($this->redButtons[BUTTON_COMPARE])): if ($b = $this->redButtons[BUTTON_COMPARE]): echo ''.Lang::main('compare').''.Lang::main('compare').''; else: echo ''.Lang::main('compare').''.Lang::main('compare').''; endif; endif; // item upgrade search if (isset($this->redButtons[BUTTON_UPGRADE])): if ($b = $this->redButtons[BUTTON_UPGRADE]): echo ''.Lang::main('findUpgrades').''.Lang::main('findUpgrades').''; else: echo ''.Lang::main('findUpgrades').''.Lang::main('findUpgrades').''; endif; endif; // goto: talent calculator if (isset($this->redButtons[BUTTON_TALENT])): if ($b = $this->redButtons[BUTTON_TALENT]): echo ''.($b['pet'] ? Lang::main('petCalc') : Lang::main('talentCalc')).''.($b['pet'] ? Lang::main('petCalc') : Lang::main('talentCalc')).''; else: echo ''.Lang::main('talentCalc').''.Lang::main('talentCalc').''; endif; endif; // goto: (sub-)forum if (isset($this->redButtons[BUTTON_FORUM])): if ($b = $this->redButtons[BUTTON_FORUM]): echo ''.Lang::main('forum').''.Lang::main('forum').''; else: echo ''.Lang::main('forum').''.Lang::main('forum').''; endif; endif; // equip item on pinned character if (isset($this->redButtons[BUTTON_EQUIP])): echo '
'; /* content is added by jScript */ endif; // resync profiler content if (isset($this->redButtons[BUTTON_RESYNC])): if ($b = $this->redButtons[BUTTON_RESYNC]): echo ''.Lang::profiler('resync').''.Lang::profiler('resync').''; else: echo ''.Lang::profiler('resync').''.Lang::profiler('resync').''; endif; endif; // report guide if (isset($this->redButtons[BUTTON_GUIDE_REPORT])): if ($this->redButtons[BUTTON_GUIDE_REPORT]): echo ''.Lang::main('report').''.Lang::main('report').''; else: echo ''.Lang::main('report').''.Lang::main('report').''; endif; endif; // show guide changelog if (isset($this->redButtons[BUTTON_GUIDE_LOG])): if ($this->redButtons[BUTTON_GUIDE_LOG]): echo ''.Lang::main('changelog').''.Lang::main('changelog').''; else: echo ''.Lang::main('changelog').''.Lang::main('changelog').''; endif; endif; // edit existing guide if (isset($this->redButtons[BUTTON_GUIDE_EDIT])): if ($this->redButtons[BUTTON_GUIDE_EDIT]): echo ''.Lang::main('edit').''.Lang::main('edit').''; else: echo ''.Lang::main('edit').''.Lang::main('edit').''; endif; endif; // create new guide if (isset($this->redButtons[BUTTON_GUIDE_NEW])): if ($this->redButtons[BUTTON_GUIDE_NEW]): echo ''.Lang::main('writeGuide').''.Lang::main('writeGuide').''; else: echo ''.Lang::main('writeGuide').''.Lang::main('writeGuide').''; endif; endif;