Move admin CSS into a subdirectory.
darkmorford -
64df00e7cb3d
Not Reviewed
Show More
Add another comment
TODOs: 0 unresolved 0 Resolved
COMMENTS: 0 General 0 Inline
@@ -12,7 +12,7 function adminhead($title = '') {
12 12 <head>
13 13 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
14 14 <title>Megatokyo Administrative Dashboard<?php if( $title ) echo " &#8212; $title"; ?></title>
15 <link rel="stylesheet" href="<?php echo ADMIN_PATH; ?>/wp-admin.css" type="text/css" />
15 <link rel="stylesheet" href="<?php echo ADMIN_PATH; ?>/styles/wp-admin.css" type="text/css" />
16 16 <link type="application/rss+xml" rel="alternate" title="Admin Log" href="<?php printf('%s%s/%s/adminlog.xml', SITE_HOST, SITE_PATH, SITE_ADMIN) ?>" />
17 17 <link type="application/rss+xml" rel="alternate" title="Scratchpad" href="<?php printf('%s%s/%s/scratchpad.xml', SITE_HOST, SITE_PATH, SITE_ADMIN) ?>" />
18 18 </head>
1 NO CONTENT: file renamed from wp-admin.css to styles/wp-admin.css
Comments 0
You need to be logged in to leave comments. Login now