diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-02-26 11:05:48 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-02-26 11:05:48 +0100 |
commit | a5f843ba9ba3dd3ce9ad22a89d57dfcb5fa46586 (patch) | |
tree | c0ec56a71c8ad04100d4914d14498b154a52e5dd /view/theme/redbasic/php | |
parent | 4781a8cb6bbd6d0e379b404c455844ddbc7e2812 (diff) | |
download | volse-hubzilla-a5f843ba9ba3dd3ce9ad22a89d57dfcb5fa46586.tar.gz volse-hubzilla-a5f843ba9ba3dd3ce9ad22a89d57dfcb5fa46586.tar.bz2 volse-hubzilla-a5f843ba9ba3dd3ce9ad22a89d57dfcb5fa46586.zip |
switch to fork-awesome
Diffstat (limited to 'view/theme/redbasic/php')
-rw-r--r-- | view/theme/redbasic/php/theme_init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/theme_init.php b/view/theme/redbasic/php/theme_init.php index 73ae8f6d2..d9750de42 100644 --- a/view/theme/redbasic/php/theme_init.php +++ b/view/theme/redbasic/php/theme_init.php @@ -1,6 +1,6 @@ <?php -head_add_css('/library/font_awesome/css/font-awesome.min.css'); +head_add_css('/library/fork-awesome/css/fork-awesome.min.css'); head_add_css('/library/bootstrap/css/bootstrap.min.css'); head_add_css('/library/bootstrap-tagsinput/bootstrap-tagsinput.css'); head_add_css('/view/css/bootstrap-red.css'); |