4837: After upgrading, Photo album's edit button's text is not hiding anymore. This...
authorharris wong <hwong@ocad.ca>
Tue, 30 Aug 2011 18:15:01 +0000 (18:15 -0000)
committerharris wong <hwong@ocad.ca>
Tue, 30 Aug 2011 18:15:01 +0000 (18:15 -0000)
docs/themes/default/include/header.tmpl.php

index f31a94b..f7f85ab 100644 (file)
@@ -63,6 +63,7 @@ global $system_courses, $_custom_css, $db;
        <base href="<?php echo $this->content_base_href; ?>" />
        <link rel="shortcut icon" href="<?php echo $this->base_path; ?>favicon.ico" type="image/x-icon" />
        <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/print.css" type="text/css" media="print" />
+       <link rel="stylesheet" href="<?php echo $this->base_path.'jscripts/infusion/framework/fss/css/fss-layout.css'; ?>" type="text/css" />
        <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/styles.css" type="text/css" />
        <!--[if IE]>
          <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/ie_styles.css" type="text/css" />