Home
last modified time | relevance | path

Searched refs:userPage (Results 1 – 2 of 2) sorted by path

/plugin/geonav/tpl/startermap/
H A Dtpl_functions.php49 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0) { argument
53 $userPage = str_replace('@USER@', $_SERVER['REMOTE_USER'], $userPage);
58 tpl_pagelink($userPage, $title);
60 echo html_btn('userpage', $userPage, '', array(), 'get', 0, $title);
/plugin/userpage/
H A Daction.php30 $userPage = $this->getConf('userPage');
31 $userPage = str_replace('@USER@', $_SERVER['REMOTE_USER'], $userPage);
32 if (substr($userPage, -strlen(':')) === ':') {
33 $userPage = $userPage.$conf['start'];
38 $activeClass = ($userPage == $INFO['id'] && act_clean($ACT) == 'show') ? ' active' : '';
41 $attr['href'] = wl($userPage);
45 'goto' => $userPage,