Re: Admin Template problem after Upgrade
Alright. I was able to fix it. On admin-header.php I changed:
<link rel=”stylesheet” href=”<?php bb_uri(‘bb-admin/style-rtl.css’
to
<link rel=”stylesheet” href=”<?php bb_uri(‘/bb-admin/style-rtl.css’
I added the “/” before bb-admin. I don’t have a clue why that was giving me trouble but thanks a lot gerik, you definitely got me thinking in the right direction! Thank you!