aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-08-06 23:10:37 -0700
committerfriendica <info@friendica.com>2012-08-06 23:10:37 -0700
commit5f619d3254052cb48fc47bc36e7aaabf9d33ce50 (patch)
tree4d0782455689d34265947f30344e4026f2c7a03c /boot.php
parentc673c70c25143f18b2ef6aef9ee6633d0eac46ae (diff)
downloadvolse-hubzilla-5f619d3254052cb48fc47bc36e7aaabf9d33ce50.tar.gz
volse-hubzilla-5f619d3254052cb48fc47bc36e7aaabf9d33ce50.tar.bz2
volse-hubzilla-5f619d3254052cb48fc47bc36e7aaabf9d33ce50.zip
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.
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php12
1 files changed, 11 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 8d7be178d..921df5593 100644
--- a/boot.php
+++ b/boot.php
@@ -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;