diff options
author | friendica <info@friendica.com> | 2013-11-25 19:07:58 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-25 19:07:58 -0800 |
commit | 95824642a643ccee269f7bf1a5ac570bc966a2e2 (patch) | |
tree | a8528d242d77a0c3375b27e775908a9dca657fb0 /view/theme/redbasic/php/theme_init.php | |
parent | bed0bca4d7e49a389b27e4dad089b47ede2e1e9e (diff) | |
download | volse-hubzilla-95824642a643ccee269f7bf1a5ac570bc966a2e2.tar.gz volse-hubzilla-95824642a643ccee269f7bf1a5ac570bc966a2e2.tar.bz2 volse-hubzilla-95824642a643ccee269f7bf1a5ac570bc966a2e2.zip |
make font-asewome optional. Also include jquery.browser in js/main.js so we can turn off the migration toolkit.
Diffstat (limited to 'view/theme/redbasic/php/theme_init.php')
-rw-r--r-- | view/theme/redbasic/php/theme_init.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/redbasic/php/theme_init.php b/view/theme/redbasic/php/theme_init.php new file mode 100644 index 000000000..ccb85a070 --- /dev/null +++ b/view/theme/redbasic/php/theme_init.php @@ -0,0 +1,5 @@ +<?php + +head_add_css('library/font_awesome/css/font-awesome.min.css'); +require_once('view/php/theme_init.php'); + |