Home
last modified time | relevance | path

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

/plugin/userhomepage/
H A Dhelper.php28 function getPublicID($userLogin=null) { argument
31 if ($userLogin == null) {
32 $userLogin = $_SERVER['REMOTE_USER'];
35 $target = str_replace('%NAME%', $userLogin, $this->getConf('public_pages_ns'));
38 $target = $this->getConf('public_pages_ns').':'.$userLogin;
117 function getAnyPublicLink($userLogin) { argument
119 if ($userLogin != null) {
120 $publicID = $this->getPublicID($userLogin);
122 ….$classes.' rel="nofollow" title="'.$this->publicString().'">'.editorinfo($userLogin, true).'</a>';