Browse Source

Make font-awesome enabled by default

pull/40/head
Michael Foster 11 years ago
parent
commit
5bab041814
  1. 2
      inc/config.php

2
inc/config.php

@ -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…
Cancel
Save