aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2012-08-09 01:35:46 +0100
committerThomas Willingham <founder@kakste.com>2012-08-09 01:35:46 +0100
commit29b8b8f82b72f646ea4c55d66766bd0e0c950657 (patch)
tree4b0b3a7c7fe941cddbdb359d4a7e3384e6b33dd6 /boot.php
parent5b1a4100e07db023b0f6dae89aa009e74992b7e6 (diff)
parentc28da5673731acbedecb4209c38b72046db597e1 (diff)
downloadvolse-hubzilla-29b8b8f82b72f646ea4c55d66766bd0e0c950657.tar.gz
volse-hubzilla-29b8b8f82b72f646ea4c55d66766bd0e0c950657.tar.bz2
volse-hubzilla-29b8b8f82b72f646ea4c55d66766bd0e0c950657.zip
Merge remote-tracking branch 'upstream/master'
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;