Threading updates
- Add rudimentary thread handling to Frost - Fix possible CSS bug in several themes from threading update - Add ability for themes to prevent threading
This commit is contained in:
parent
d4b6188356
commit
5e09fc31f5
46 changed files with 601 additions and 97 deletions
1
boot.php
1
boot.php
|
|
@ -365,6 +365,7 @@ if(! class_exists('App')) {
|
|||
public $videowidth = 425;
|
||||
public $videoheight = 350;
|
||||
public $force_max_items = 0;
|
||||
public $theme_thread_allow = true;
|
||||
|
||||
private $scheme;
|
||||
private $hostname;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue