Home
last modified time | relevance | path

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

/dokuwiki/inc/Ui/
H A DLogin.php16 protected $showIcon = false; variable in dokuwiki\\Ui\\Login
21 * @param bool $showIcon Whether to show svg icons in the register and resendpwd links or not
23 public function __construct($showIcon = false) argument
25 $this->showIcon = (bool)$showIcon;
72 $registerLink = (new Register())->asHtmlLink('', $this->showIcon);
77 $resendPwLink = (new Resendpwd())->asHtmlLink('', $this->showIcon);