Home
last modified time | relevance | path

Searched refs:getFilePathFromTheme (Results 1 – 2 of 2) sorted by relevance

/plugin/freechat/phpfreechat/src/
H A Dphpfreechat.class.php113 $path = $c->getFilePathFromTheme('chat.js.tpl.php');
363 $path = $c->getFilePathFromTheme('style.css.php');
379 $t->setTemplate($c->getFilePathFromTheme('style.css.php'));
408 $path = $c->getFilePathFromTheme('customize.js.php');
546 $path = $c->getFilePathFromTheme('chat.html.tpl.php');
H A Dpfcglobalconfig.class.php1009 $theme = file($this->getFilePathFromTheme("smileys/theme.txt"));
1132 function getFilePathFromTheme($file) function in pfcGlobalConfig