Fixes icon on exception and error pages
This commit is contained in:
parent
7936018018
commit
d6b0927758
|
|
@ -8,7 +8,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1><i class="icon-off warning"></i> <?= Lang::get('cms::lang.page.custom_error.label') ?></h1>
|
<h1><i class="icon-power-off warning"></i> <?= Lang::get('cms::lang.page.custom_error.label') ?></h1>
|
||||||
<p class="lead"><?= Lang::get('cms::lang.page.custom_error.help') ?></p>
|
<p class="lead"><?= Lang::get('cms::lang.page.custom_error.help') ?></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<h1><i class="icon-off warning"></i> Error</h1>
|
<h1><i class="icon-power-off warning"></i> Error</h1>
|
||||||
|
|
||||||
<p class="lead">We're sorry, but an unhandled error occurred. Please see the details below.</p>
|
<p class="lead">We're sorry, but an unhandled error occurred. Please see the details below.</p>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue