Home
last modified time | relevance | path

Searched refs:openlinknewwindow (Results 1 – 6 of 6) sorted by relevance

/plugin/freechat/phpfreechat/src/
H A Dpfcurlprocessing.php21 $openlinknewwindow = $c->openlinknewwindow;
23 if ($openlinknewwindow)
H A Dpfcglobalconfig.class.php361 var $openlinknewwindow = true; variable in pfcGlobalConfig
/plugin/freechat/phpfreechat/themes/default/
H A Dchat.html.tpl.php46 …id="pfc_logo"<?php if($openlinknewwindow) echo ' onclick="window.open(this.href,\'_blank\');return…
H A Dchat.js.tpl.php63 var pfc_openlinknewwindow = <?php echo $json->encode($openlinknewwindow); ?>;
/plugin/freechat/phpfreechat/data/public/themes/default/
H A Dchat.html.tpl.php46 …id="pfc_logo"<?php if($openlinknewwindow) echo ' onclick="window.open(this.href,\'_blank\');return…
H A Dchat.js.tpl.php63 var pfc_openlinknewwindow = <?php echo $json->encode($openlinknewwindow); ?>;