} else {
$osu_rotating_header_path = array(
'abs' => realpath('.').'/'.$theme_path.'/images/rotating_headers/',
- 'rel' => base_path().'/'.$theme_path.'/images/rotating_headers/' // JP - bug fix
+ //'rel' => base_path().'/'.$theme_path.'/images/rotating_headers/' // JP - bug fix
+ 'rel' => base_path().''.$theme_path.'/images/rotating_headers/'
);
}
+/*
+ // JP - test block
+ echo "<font color=green>";
+ echo "abs path: $osu_rotating_header_path[abs]<br>";
+ echo "rel path: $osu_rotating_header_path[rel]<br>";
+ echo base_path() . "<br>";
+ echo "$use_custom_path<br>";
+ echo "</font>";
+ // JP - end test block
+*/
return $osu_rotating_header_path;
}