]> 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 e045280de00f0564f894ff907d820eaf0ee54725..513ccdf85b1c778b67729eb5c465fdf3a3fc6c00 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">