the dynamic "show more" sort of works - but with a nagging delay. But I need to move on to bigger things. We'll leave it for now.

This commit is contained in:
friendica
2012-08-06 23:10:37 -07:00
parent c673c70c25
commit 5f619d3254
15 changed files with 316 additions and 49 deletions

View File

@@ -382,12 +382,22 @@ if(! class_exists('App')) {
public $plugins;
public $apps = array();
public $identities;
public $sourcename = '';
public $nav_sel;
public $category;
// Allow themes to control internal parameters
// by changing App values in theme.php
//
// Possibly should make these part of the plugin
// system, but it seems like overkill to invoke
// all the plugin machinery just to change a couple
// of values
public $sourcename = '';
public $videowidth = 425;
public $videoheight = 350;
private $scheme;
private $hostname;
private $baseurl;