Searched refs:stylePath (Results 1 – 1 of 1) sorted by relevance
96 function loadStyle($stylePath, $style) argument99 $stylePath = trim($stylePath);100 if($stylePath[strlen($stylePath)-1] != "/"){101 $stylePath .= "/";103 $uc = $stylePath . strtolower($style) . "/" . strtolower($style) . ".xml";104 $lc = $stylePath . strtolower($style) . "/" . strtoupper($style) . ".xml";