Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php491 var $theme_path = ''; variable in pfcGlobalConfig
890 if ($this->theme_path == '' || !is_dir($this->theme_path))
891 $this->theme_path = $this->theme_default_path;
918 $ret = copy_r( $this->theme_path.'/'.$this->theme,
922 $this->theme_path.'/'.$this->theme,
1127 $fexists1 = file_exists($this->theme_path."/default/".$file);
1128 $fexists2 = file_exists($this->theme_path."/".$this->theme."/".$file);
1134 if (file_exists($this->theme_path."/".$this->theme."/".$file))
1135 return $this->theme_path."/".$this->theme."/".$file;
1142 …eck your themepath '%s' and your theme '%s' are correct", $file, $this->theme_path, $this->theme));
[all …]