Home
last modified time | relevance | path

Searched refs:user_email (Results 1 – 8 of 8) sorted by relevance

/plugin/fckg/
H A Dhelper.php88 $user_email = $USERINFO['mail'];
418 FCKConfig.fckgUserMail="$user_email";
/plugin/ckgdoku/
H A Dhelper.php115 $user_email = $USERINFO['mail'];
492 oDokuWiki_FCKEditorInstance.fckgUserMail="$user_email";
/plugin/ckgedit/
H A Dhelper.php143 $user_email = $USERINFO['mail'];
349 oDokuWiki_FCKEditorInstance.fckgUserMail="$user_email";
/plugin/bez/tpl/
H A Dthread_box.php109 <?php echo $tpl->mailto($tpl->user_email($tpl->get('thread')->coordinator),
H A Dtask.php110 <a href="<?php echo $tpl->mailto($tpl->user_email($participant['user_id']),
H A Dthread.php121 <a href="<?php echo $tpl->mailto($tpl->user_email($participant['user_id']),
H A Dtask_box.php168 <?php echo $tpl->mailto($tpl->user_email($tpl->get('task')->assignee),
/plugin/bez/meta/
H A DTpl.php73 public function user_email($login=false) { function in dokuwiki\\plugin\\bez\\meta\\Tpl