From d6133c861cfdaa4ec6a6f5fbb3b2a9062ad4bc91 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 17 Jul 2013 02:01:35 -0700 Subject: configurable theme precedence rules, and passing the page owner to the pcss theme settings. --- mod/network.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/network.php') diff --git a/mod/network.php b/mod/network.php index 0f4b4f7e8..13614f00d 100644 --- a/mod/network.php +++ b/mod/network.php @@ -9,6 +9,7 @@ function network_init(&$a) { } $channel = $a->get_channel(); + $a->profile_uid = local_user(); head_set_icon($channel['xchan_photo_s']); $is_a_date_query = false; -- cgit v1.2.3