mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-26 00:10:55 +01:00
Make font-awesome enabled by default
This commit is contained in:
parent
d9dfed5e1c
commit
4f747172c2
@ -568,7 +568,7 @@
|
||||
// Use Font-Awesome for displaying lock and pin icons, instead of the images in static/.
|
||||
// http://fortawesome.github.io/Font-Awesome/icon/pushpin/
|
||||
// http://fortawesome.github.io/Font-Awesome/icon/lock/
|
||||
$config['font_awesome'] = false;
|
||||
$config['font_awesome'] = true;
|
||||
$config['font_awesome_css'] = 'stylesheets/font-awesome/css/font-awesome.min.css';
|
||||
|
||||
// Boardlinks
|
||||
|
Loading…
Reference in New Issue
Block a user