Home
last modified time | relevance | path

Searched refs:showIcon (Results 1 – 1 of 1) sorted by last modified time

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