Lines Matching refs:c

44     $c =& pfcGlobalConfig::Instance( $params );
99 $c =& pfcGlobalConfig::Instance();
104 if (count($c->getErrors()) > 0)
107 foreach( $c->getErrors() as $e ) $output .= "<li>".$e."</li>"; $output .= "</ul>";
111 pfcI18N::SwitchOutputEncoding($c->output_encoding);
113 $path = $c->getFilePathFromTheme('chat.js.tpl.php');
116 $t->assignObject($c,"c");
141 $c =& pfcGlobalConfig::Instance();
144 $nickname = utf8_substr($nickname, 0, $c->max_nick_len);
153 $c =& pfcGlobalConfig::Instance();
158 foreach($c->smileys as $s_file => $s_strs)
184 $c =& pfcGlobalConfig::Instance();
187 $msg = utf8_substr($msg, 0, $c->max_text_len+25);
189 $msg = utf8_substr($msg, 0, $c->max_text_len);
217 $c =& pfcGlobalConfig::Instance();
220 if ($c->debug) ob_start(); // capture output
289 if ($c->debug)
303 if ($c->debug)
324 if ($c->debug)
330 if ($c->debug)
353 $c =& pfcGlobalConfig::Instance();
363 $path = $c->getFilePathFromTheme('style.css.php');
373 $t->assignObject($c,"c");
374 if (!$c->isDefaultFile('style.css.php'))
376 $t->setTemplate($c->theme_default_path.'/default/style.css.php');
379 $t->setTemplate($c->getFilePathFromTheme('style.css.php'));
403 $c =& pfcGlobalConfig::Instance();
408 $path = $c->getFilePathFromTheme('customize.js.php');
410 $t->assignObject($c,"c");
508 $js .= "pfc.res.setFileUrl(".$json->encode($f).",\"".$c->getFileUrlFromTheme($f)."\");\n";
511 foreach($c->smileys as $s_file => $s_str) {
513 …$js .= "pfc.res.setSmiley(".$json->encode($s_str[$j]).",\"".$c->getFileUrlFromTheme($s_file)."\");…
534 $c =& pfcGlobalConfig::Instance();
546 $path = $c->getFilePathFromTheme('chat.html.tpl.php');
549 $t->assignObject($c,"c");