Changeset 473:91d7c787bd7b for inc/admin/lib.dc.page.php
- Timestamp:
- 07/01/11 20:39:13 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.page.php
r454 r473 98 98 99 99 self::jsLoadIE7(). 100 ' <style type="text/css">'."\n". 101 ' @import "style/default.css";'."\n". 102 " </style>\n"; 100 ' <link rel="stylesheet" href="style/default.css" type="text/css" media="screen" />'."\n". ; 103 101 if (l10n::getTextDirection($GLOBALS['_lang']) == 'rtl') { 104 echo ' <style type="text/css">'."\n".' @import "style/default-rtl.css";'."\n"." </style>\n"; 102 echo 103 ' <link rel="stylesheet" href="style/default-rtl.css" type="text/css" media="screen" />'."\n". ; 105 104 } 106 105 … … 213 212 214 213 self::jsLoadIE7(). 215 ' <style type="text/css">'."\n". 216 ' @import "style/default.css";'."\n". 217 " </style>\n"; 214 ' <link rel="stylesheet" href="style/default.css" type="text/css" media="screen" />'."\n". ; 218 215 if (l10n::getTextDirection($GLOBALS['_lang']) == 'rtl') { 219 echo ' <style type="text/css">'."\n".' @import "style/default-rtl.css";'."\n"." </style>\n"; 216 echo 217 ' <link rel="stylesheet" href="style/default-rtl.css" type="text/css" media="screen" />'."\n". ; 220 218 } 221 219
Note: See TracChangeset
for help on using the changeset viewer.