Fixes broken icon refs

This commit is contained in:
Sam Georges 2014-05-17 00:08:59 +10:00
parent 851a12c7b3
commit b19052906d
4 changed files with 8 additions and 9 deletions

View File

@ -3,12 +3,12 @@
<head>
<meta charset="utf-8">
<title><?= Lang::get('cms::lang.page.not_found.label') ?></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">
</head>
<body>
<div class="container">
<h1><i class="icon-unlink warning"></i> <?= Lang::get('cms::lang.page.not_found.label') ?></h1>
<h1><i class="icon-chain-broken warning"></i> <?= Lang::get('cms::lang.page.not_found.label') ?></h1>
<p class="lead"><?= Lang::get('cms::lang.page.not_found.help') ?></p>
</div>
</body>

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title><?= Lang::get('cms::lang.page.custom_error.label') ?></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">
</head>
<body>

View File

@ -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://fontawesome.io. Stay up to date on Twitter at
* http://twitter.com/fontawesome.
* found at http://github.com/daftspunk/Font-Autumn.
*
* License
* ------------------------------------------------------------------------------
@ -17,7 +16,7 @@
* - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
* "Font Awesome by Dave Gandy - http://fontawesome.io"
*
* Author - Dave Gandy
* Font-Awesome Author - Dave Gandy
* ------------------------------------------------------------------------------
* Email: dave@fontawesome.io
* Twitter: http://twitter.com/davegandy

View File

@ -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>