Lines Matching defs:link
15 * Create link/button to discussion page and back
19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0, $return=0) {
31 if ($link) {
40 if ($link) {
56 * Create link/button to user page
60 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0, $return=0) {
69 if ($link) {
88 function _tpl_action($type, $link=0, $wrapper=0, $return=0) {
92 $output = _tpl_discussion(tpl_getConf('discussionPage'), tpl_getLang('discussion'), tpl_getLang('back_to_article'), $link, $wrapper, 1);
99 $output = _tpl_userpage(tpl_getConf('userPage'), tpl_getLang('userpage'), $link, $wrapper, 1);