Home
last modified time | relevance | path

Searched refs:nickmarker (Results 1 – 4 of 4) sorted by relevance

/plugin/freechat/phpfreechat/data/public/themes/default/
H A Dchat.js.tpl.php43 var pfc_nickmarker = <?php echo $json->encode($nickmarker); ?>;
/plugin/freechat/phpfreechat/themes/default/
H A Dchat.js.tpl.php43 var pfc_nickmarker = <?php echo $json->encode($nickmarker); ?>;
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js111 this.nickmarker = (cookie == 'true');
113 this.nickmarker = pfc_nickmarker;
1608 if (this.nickmarker)
1707 if (this.nickmarker) {
1708 this.nickmarker = false;
1710 this.nickmarker = true;
1713 setCookie('pfc_nickmarker', this.nickmarker);
1719 if (this.nickmarker)
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php343 var $nickmarker = true; variable in pfcGlobalConfig