Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

CSS disapeared on my admin page?


indyryan

Recommended Posts

Posted

I was making some changes last night and everything was fine. I went to log in today, and none of the styles were there. Any ideas? It's really hard finding things in the admin section with out it. I need the admin style sheet.

 

*edit* scratch that. found the old file

Posted
Any ideas?

In admin/index.php make sure you have link to the admin external stylesheet between the <head> </head> tags as below

 

find near line #32

<title><?php echo TITLE; ?></title>
<link rel="stylesheet" type="text/css" href="includes/stylesheet.css">
<script language="javascript" src="includes/general.js"></script>
</head>

also make sure admin stylesheet.css is in catalog/admin/includes/stylesheet.php

refresh browser after making the changes

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...