forked from leftypol/leftypol
Optional "flag style" and "flag alt" modifiers
This commit is contained in:
parent
47ddd2f8b2
commit
0ad1c03997
3 changed files with 9 additions and 5 deletions
|
@ -739,9 +739,9 @@
|
|||
// Location of post flags/icons (where "%s" is the flag name). Defaults to static/flags/%s.png.
|
||||
// $config['uri_flags'] = 'http://static.example.org/flags/%s.png';
|
||||
|
||||
// Width and height of post flags:
|
||||
$config['flag_width'] = 16;
|
||||
$config['flag_height'] = 11;
|
||||
// Width and height (and more?) of post flags. Can be overridden with the Tinyboard post modifier:
|
||||
// <tinyboard flag style>.
|
||||
$config['flag_style'] = 'width:16px;height:11px;';
|
||||
|
||||
/*
|
||||
* ====================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue