aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
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;