Changeset 391
- Timestamp:
- 03/22/09 07:22:26 (12 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/blanktheme/plugins/function.bt_htmloutput.php
r333 r391 63 63 $output = '<link rel="stylesheet" href="'.$smarty->stylepath.'/layout_'.$body.'.css" type="text/css"/> 64 64 <!--[if lte IE 7]>' 65 // .'<link rel="stylesheet" href="'.$smarty->stylepath.'/patches/patch_'.$base.'.css" type="text/css" />'66 .'<link rel="stylesheet" href="'.$smarty->themepath.'/yaml/core/slim_iehacks.css" type="text/css" /> 67 <![endif]-->';65 .'<link rel="stylesheet" href="'.$smarty->stylepath.'/patches/patch_'.$body.'.css" type="text/css" />' 66 // .'<link rel="stylesheet" href="'.$smarty->themepath.'/yaml/core/slim_iehacks.css" type="text/css" />' 67 .'<![endif]-->'; 68 68 /* .'<!--[if lte IE 6]>' 69 69 // .'<script type="text/javascript" src="'.$smarty->scriptpath.'/minmax.js"></script>'
