Lines Matching refs:link
19 function _tpl_discussion($discussionPage,$title,$backTitle,$link=0,$wrapper=0) { argument
30 if ($link)
35 if ($link)
49 function _tpl_userpage($userPage,$title,$link=0,$wrapper=0) { argument
57 if ($link)
71 function _tpl_register($link=0,$wrapper=0) { argument
81 if ($link)
94 function _tpl_action($type,$link=0,$wrapper=0) { argument
98 …getConf('discussionPage'),tpl_getLang('discussion'),tpl_getLang('back_to_article'),$link,$wrapper);
103 _tpl_userpage(tpl_getConf('userPage'),tpl_getLang('userpage'),$link,$wrapper);
107 _tpl_register($link,$wrapper);