forked from leftypol/leftypol
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts: templates/index.html templates/post_thread.html templates/thread.html
This commit is contained in:
commit
1aa522e138
33 changed files with 10893 additions and 20 deletions
|
@ -575,6 +575,15 @@
|
|||
// The default stylesheet to use
|
||||
$config['default_stylesheet'] = array('Yotsuba B', $config['stylesheets']['Yotsuba B']);
|
||||
|
||||
// Make stylesheet selections board-specific
|
||||
$config['stylesheets_board'] = false;
|
||||
|
||||
// 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_css'] = 'stylesheets/font-awesome/css/font-awesome.min.css';
|
||||
|
||||
// Boardlinks
|
||||
// You can group, order and place the boardlist at the top of every page, using the following template.
|
||||
//$config['boards'] = array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue