Skip to content

Commit

Permalink
Update Header.php
Browse files Browse the repository at this point in the history
Lost the theme css link somehow.  Added it back.
  • Loading branch information
davarravad committed Jul 24, 2019
1 parent 6423522 commit 34bf0a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Templates/Default/Header.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<link rel='shortcut icon' href='<?=Url::templatePath()?>images/favicon.ico'>
<?=Assets::css([
'https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css',
SITE_URL.'assets/themes/'.SITE_THEME.'/bootstrap.min.css',
SITE_URL.'assets/themes/'.SITE_THEME.'/uap-custom.css',
'https://bootswatch.com/_assets/css/custom.min.css',
'https://cdn.rawgit.com/google/code-prettify/master/src/prettify.css',
Expand Down

0 comments on commit 34bf0a9

Please # to comment.