Skip to content

Commit

Permalink
Fontawesome for install modul
Browse files Browse the repository at this point in the history
  • Loading branch information
kveldscholten committed Feb 8, 2019
1 parent dbf8377 commit 70901ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application/modules/install/layouts/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<meta name="description" content="Ilch <?=VERSION ?> - Installation">
<link rel="shortcut icon" type="image/x-icon" href="<?=$this->getStaticUrl('img/favicon.ico') ?>">
<link href="<?=$this->getVendorUrl('twbs/bootstrap/dist/css/bootstrap.min.css') ?>" rel="stylesheet">
<link href="<?=$this->getVendorUrl('fortawesome/font-awesome/css/font-awesome.min.css') ?>" rel="stylesheet">
<link href="<?=$this->getVendorUrl('fortawesome/font-awesome/css/all.css') ?>" rel="stylesheet">
<link href="<?=$this->getVendorUrl('fortawesome/font-awesome/css/v4-shims.css') ?>" rel="stylesheet">
<link href="<?=$this->getStaticUrl('css/ilch.css') ?>" rel="stylesheet">
<link href="<?=$this->getStaticUrl('../application/modules/install/static/css/install.css') ?>" rel="stylesheet">
<link href="<?=$this->getVendorUrl('components/jqueryui/themes/ui-lightness/jquery-ui.min.css') ?>" rel="stylesheet">
Expand Down

0 comments on commit 70901ed

Please sign in to comment.