Searched refs:showIcon (Results 1 – 1 of 1) sorted by relevance
16 protected $showIcon = false; variable in dokuwiki\\Ui\\Login21 * @param bool $showIcon Whether to show svg icons in the register and resendpwd links or not23 public function __construct($showIcon = false) argument25 $this->showIcon = (bool)$showIcon;72 $registerLink = (new Register())->asHtmlLink('', $this->showIcon);77 $resendPwLink = (new Resendpwd())->asHtmlLink('', $this->showIcon);