configurable theme precedence rules, and passing the page owner to the pcss theme settings.

This commit is contained in:
friendica
2013-07-17 02:01:35 -07:00
parent 4c30cddbfc
commit d6133c861c
5 changed files with 50 additions and 7 deletions

View File

@@ -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;