1
1
Fork 0

- Frost Mobile: redo CSS to adjust automatically to the screen width

- Frost Mobile: various tweaks and fixes
- Allow themes to limit number of items on the Network page
This commit is contained in:
Zach Prezkuta 2012-08-09 21:17:11 -06:00
commit d9279da369
10 changed files with 137 additions and 61 deletions

View file

@ -364,6 +364,7 @@ if(! class_exists('App')) {
public $sourcename = '';
public $videowidth = 425;
public $videoheight = 350;
public $force_max_items = 0;
private $scheme;
private $hostname;