Corrected the path to Reorderer.css
authorcindy li <cli@ocad.ca>
Fri, 17 Dec 2010 14:20:35 +0000 (14:20 -0000)
committercindy li <cli@ocad.ca>
Fri, 17 Dec 2010 14:20:35 +0000 (14:20 -0000)
docs/themes/fluid/include/header.tmpl.php

index f59fc35..7f7d6ca 100644 (file)
@@ -67,7 +67,7 @@ global $system_courses, $_custom_css, $db, $_base_path;
        <![endif]-->
        <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/forms.css" type="text/css" />
        <link rel="stylesheet" type="text/css" href="<?php echo $this->base_path; ?>jscripts/infusion/framework/fss/css/fss-layout.css" />
-       <link rel="stylesheet" type="text/css" href="<?php echo $this->base_path; ?>jscripts/infusion/components/reorderer/Reorderer.css" />
+       <link rel="stylesheet" type="text/css" href="<?php echo $this->base_path; ?>jscripts/infusion/components/reorderer/css/Reorderer.css" />
 
        <?php if ($system_courses[$this->course_id]['rss']): ?>
        <link rel="alternate" type="application/rss+xml" title="<?php echo SITE_NAME; ?> - RSS 2.0" href="<?php echo $this->base_href; ?>get_rss.php?<?php echo $this->course_id; ?>-2" />