Skip to content

Commit

Permalink
Fixes broken icon refs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Georges committed May 16, 2014
1 parent dc9a1a6 commit 758002d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/*!
* Font Awesome 3.2.1
* the iconic font designed for Bootstrap
* Font Autumn
* the iconic font designed for OctoberCMS
* ------------------------------------------------------------------------------
* The full suite of pictographic icons, examples, and documentation can be
* found at http:https://fontawesome.io. Stay up to date on Twitter at
* http:https://twitter.com/fontawesome.
* found at http:https://github.com/daftspunk/Font-Autumn.
*
* License
* ------------------------------------------------------------------------------
Expand All @@ -17,7 +16,7 @@
* - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
* "Font Awesome by Dave Gandy - http:https://fontawesome.io"
*
* Author - Dave Gandy
* Font-Awesome Author - Dave Gandy
* ------------------------------------------------------------------------------
* Email: [email protected]
* Twitter: http:https://twitter.com/davegandy
Expand Down
2 changes: 1 addition & 1 deletion views/exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Exception</title>
<link href="<?= URL::to('/modules/system/assets/vendor/font-awesome/css/font-awesome.css') ?>" rel="stylesheet">
<link href="<?= URL::to('/modules/system/assets/vendor/font-autumn/css/font-autumn.css') ?>" rel="stylesheet">
<link href="<?= URL::to('/modules/system/assets/css/styles.css') ?>" rel="stylesheet">
<script src="<?= URL::to('/modules/system/assets/vendor/syntaxhighlighter/scripts/shCore.js') ?>"></script>
<script src="<?= URL::to('/modules/system/assets/vendor/syntaxhighlighter/scripts/shBrushPhp.js') ?>"></script>
Expand Down

0 comments on commit 758002d

Please sign in to comment.