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:
Zach Prezkuta 2012-08-11 14:36:58 -06:00
commit 5e09fc31f5
46 changed files with 601 additions and 97 deletions

View file

@ -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;