Skip to content

Commit

Permalink
Drupal CSS bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelck committed Oct 27, 2011
1 parent e68c465 commit 6639b17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/browser/joiner.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @link http://kcfinder.sunhater.com
*/

chdir(".."); // For compatibality
chdir(".."); // For compatibility
chdir("..");
require "lib/helper_httpCache.php";
require "lib/helper_dir.php";
Expand Down
2 changes: 1 addition & 1 deletion tpl/tpl_css.php
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<link href="css.php?type=<?php echo $this->type ?>" rel="stylesheet" type="text/css" />
<link href="css.php?type=<?php echo $this->type ?><?php echo ($this->cms ? "&amp;cms={$this->cms}" : "" ) ?>" rel="stylesheet" type="text/css" />
<link href="themes/<?php echo $this->config['theme'] ?>/style.css" rel="stylesheet" type="text/css" />

0 comments on commit 6639b17

Please sign in to comment.