aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-17 02:01:35 -0700
committerfriendica <info@friendica.com>2013-07-17 02:01:35 -0700
commitd6133c861cfdaa4ec6a6f5fbb3b2a9062ad4bc91 (patch)
treea2a7321d028dd86469c21f7a7d4fee32fa280259 /mod
parent4c30cddbfc105c0ea60f30594b760633e654cb0c (diff)
downloadvolse-hubzilla-d6133c861cfdaa4ec6a6f5fbb3b2a9062ad4bc91.tar.gz
volse-hubzilla-d6133c861cfdaa4ec6a6f5fbb3b2a9062ad4bc91.tar.bz2
volse-hubzilla-d6133c861cfdaa4ec6a6f5fbb3b2a9062ad4bc91.zip
configurable theme precedence rules, and passing the page owner to the pcss theme settings.
Diffstat (limited to 'mod')
-rw-r--r--mod/network.php1
1 files changed, 1 insertions, 0 deletions
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;