install in subdir

when you install AAC in a subdir on your webspace the keys on the booking are not display exact. it only a smal bug but it is on the admin-calendar.css in line 4
change to:
- Code: Select all
.cal_month ul li.booked_pr_pm { background-image:url("/calendar/ac-contents/themes/default/images/bg_days.png");}
change to:
- Code: Select all
.cal_month ul li.booked_pr_pm { background-image:url("../../ac-contents/themes/default/images/bg_days.png");}