From 49882f2be4ef9d1b28c72f8101fe9b15d7176ff6 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 9 Jan 2014 19:00:06 -0800 Subject: add cloud link to profile_tabs and Comanchify the sucker --- mod/cloud.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'mod') diff --git a/mod/cloud.php b/mod/cloud.php index a72d0f108..29218f84e 100644 --- a/mod/cloud.php +++ b/mod/cloud.php @@ -32,6 +32,21 @@ function cloud_init(&$a) { require_once('include/reddav.php'); + $which = null; + if(argc() > 1) + $which = argv(1); + + $profile = 0; + $channel = $a->get_channel(); + + $a->page['htmlhead'] .= '' . "\r\n" ; + + if($which) + profile_load($a,$which,$profile); + + + + $auth = new RedBasicAuth(); $ob_hash = get_observer_hash(); -- cgit v1.2.3