by ianer » Wed May 26, 2010 3:51 pm
After applying the patch, the style sheet url still had error.
So I've decided to hard coding the url for each {$baseUrl} calls on the header.tpl. It's such a temporary solution for the styling problem but it still give me error when another function calls for $baseUrl such as these lines
<!-- Add javascript required for font sizer -->
<script type="text/javascript" src="/lib/pkp/js/jquery.cookie.js"></script>
<script type="text/javascript" src="/lib/pkp/js/fontController.js"></script>
<script type="text/javascript">
$(function(){
fontSize("#sizer", "body", 9, 16, 32, "/"); // Initialize the font sizer
});
</script>
<script language="javascript" type="text/javascript" src="//lib/pkp/js/jquery.pnotify.js"></script>