Deprecated: Function split() is deprecated in ...wordpress\wp-content\themes\classipress\includes\appthemes-functions.php on line 380
function appthemes_find_ext ($filename) {
$filename = strtolower($filename);
$exts = split("[/\\.]", $filename);
$n = count($exts)-1;
$exts = $exts[$n];
return $exts;
}
There are currently 1 users browsing this thread. (0 members and 1 guests)