forked from leftypol/leftypol
Allow for HTML in the board subtitle
This commit is contained in:
parent
3aa1305dab
commit
b8921508fe
4 changed files with 21 additions and 3 deletions
|
@ -620,6 +620,10 @@
|
|||
// REMEMBER TO CHMOD attentionbar.txt PROPERLY
|
||||
// Oh, and add jQuery in additional_javascript.
|
||||
$config['attention_bar'] = false;
|
||||
|
||||
// Allow html in board subtitle. This is useful for placing icons and links.
|
||||
$config['allow_subtitle_html'] = false;
|
||||
|
||||
/*
|
||||
* ====================
|
||||
* Display settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue