]> git.mjollnir.org Git - s9y.git/commitdiff
Use proper stylesheet rewrite path.
authorgarvinhicking <garvinhicking>
Mon, 1 Aug 2005 08:44:41 +0000 (08:44 +0000)
committergarvinhicking <garvinhicking>
Mon, 1 Aug 2005 08:44:41 +0000 (08:44 +0000)
serendipity_admin_image_selector.php

index 318c00389ab9d68e3286de6ff27d02eaa4a6c578..cdafd981872b41f854ef6a76e0910ee83a3bf526 100644 (file)
@@ -27,7 +27,7 @@ if (!isset($serendipity['GET']['step'])) {
     <head>
         <title><?php echo SELECT_FILE; ?></title>
         <meta http-equiv="Content-Type" content="text/html; charset=<?php echo LANG_CHARSET; ?>" />
-        <link rel="stylesheet" type="text/css" href="<?php echo serendipity_getTemplateFile('admin/style.css') ?>" />
+        <link rel="stylesheet" type="text/css" href="<?php echo serendipity_rewriteURL('serendipity_admin.css'); ?>" />
     </head>
 
     <script type="text/javascript">