Searched refs:showsmileys (Results 1 – 5 of 5) sorted by relevance
99 $params['showsmileys'] = false;
46 var pfc_showsmileys = <?php echo $json->encode($showsmileys); ?>;
121 this.showsmileys = (cookie == 'true');123 this.showsmileys = pfc_showsmileys;2040 if (this.showsmileys)2042 this.showsmileys = false;2046 this.showsmileys = true;2048 setCookie('pfc_showsmileys', this.showsmileys);2055 if (this.showsmileys)2062 if (this.showsmileys)
422 var $showsmileys = true; variable in pfcGlobalConfig