From 5f619d3254052cb48fc47bc36e7aaabf9d33ce50 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 6 Aug 2012 23:10:37 -0700 Subject: 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. --- boot.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'boot.php') 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; -- cgit v1.2.3