Changeset 980 for branches/1.0/content/themes/default/header.php
- Timestamp:
- 01/24/10 10:03:55 (2 years ago)
- Files:
-
- 1 modified
-
branches/1.0/content/themes/default/header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/content/themes/default/header.php
r976 r980 47 47 <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js?ver=1.7.2'></script> 48 48 <script type="text/javascript" src="<?php echo BASEURL . 'javascript/hotaru.js'; ?>"></script> 49 49 50 <link rel="stylesheet" href="<?php echo BASEURL . 'content/themes/' . THEME . 'css/reset-fonts-grids.css'; ?>" type="text/css" /> 51 50 52 <!-- Include merged files for all the plugin css and javascript (if any) --> 51 53 <?php $h->doIncludes(); ?> 52 54 <!-- End --> 53 54 <link rel="stylesheet" href="<?php echo BASEURL . 'content/themes/' . THEME . 'css/reset-fonts-grids.css'; ?>" type="text/css" /> 55 55 56 <link rel="stylesheet" href="<?php echo BASEURL . 'content/themes/' . THEME . 'css/style.css'; ?>" type="text/css" /> 56 57 <!-- <link rel="shortcut icon" href="<?php echo BASEURL; ?>favicon.ico" /> -->