Show
Ignore:
Timestamp:
01/24/10 10:03:55 (2 years ago)
Author:
nick_ramsay
Message:

[Branch] Bars theme, plus tweaks to default templates (extra css ids/class names), and removed unnecessary table from submit step 1.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/content/themes/default/header.php

    r976 r980  
    4747    <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js?ver=1.7.2'></script> 
    4848    <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     
    5052    <!-- Include merged files for all the plugin css and javascript (if any) --> 
    5153    <?php $h->doIncludes(); ?> 
    5254    <!-- End --> 
    53         
    54     <link rel="stylesheet" href="<?php echo BASEURL . 'content/themes/' . THEME . 'css/reset-fonts-grids.css'; ?>" type="text/css" /> 
     55     
    5556    <link rel="stylesheet" href="<?php echo BASEURL . 'content/themes/' . THEME . 'css/style.css'; ?>" type="text/css" /> 
    5657    <!-- <link rel="shortcut icon" href="<?php echo BASEURL; ?>favicon.ico" /> -->