hello,
i renamed my store and put it into my root then i renamed my admin folder successfully.
after this my admin home page has mysteriously lost the styling for the menu and main page. all other sections in the admin are ok except for the menu line. when i try and see what style it is using the ff web developer tool, it tells me there is no style information for that.
i noticed that in /myadmin/includes/stylesheet.css there was this reference so i changed the code as follows.
@import url("file:///myadmin/includes/menu.css");/* including stylesheet for dhtml menu */
@import url("file:///myadmin/includes/index.css");/* including stylesheet for index.php */
did i make a mistake here? why would there be No style information? when all other pages appear to be ok?
![]()





