2012-01-31, 18:28:33
Hello.
I've added <?php get_site_url(); ?> in client_calendar.php and clientcalendarMini.php, and now css is found everywhere. So,
becomes
I'm working in xampp and have a minicalendar in sidebar, but css was only found in homepage and calendar page, but style dissapeared anywhere else. Now it works
I've added <?php get_site_url(); ?> in client_calendar.php and clientcalendarMini.php, and now css is found everywhere. So,
Code:
<link type="text/css" href="/plugins/calendar/css/calendar.css" rel="stylesheet" />
Code:
<link type="text/css" href="<?php get_site_url(); ?>/plugins/calendar/css/calendar.css" rel="stylesheet" />
I'm working in xampp and have a minicalendar in sidebar, but css was only found in homepage and calendar page, but style dissapeared anywhere else. Now it works