X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdiabook-blue%2Ftheme.php;h=fb6b44a16b587af947a62d5017585d99dd63f601;hb=7d23149a61f75923b2c71a288a722ee219f5e6ba;hp=1617dd7f0ab01be0507e58f8fae54e9f3ea6f95d;hpb=a1305433b8110ebfa9d722ba4053f0292dadf22a;p=friendica.git diff --git a/view/theme/diabook-blue/theme.php b/view/theme/diabook-blue/theme.php index 1617dd7f0a..fb6b44a16b 100755 --- a/view/theme/diabook-blue/theme.php +++ b/view/theme/diabook-blue/theme.php @@ -1,88 +1,429 @@ theme_info = array( - 'extends' => 'diabook', -); -$a->page['htmlhead'] .= <<< EOT +//change css on network and profilepages +$cssFile = null; - - +/** + * prints last community activity + */ +function diabook_blue_community_info(){ + $a = get_app(); + //right_aside at networkpages + // last 12 users + $aside['$lastusers_title'] = t('Last users'); + $aside['$lastusers_items'] = array(); + $sql_extra = ""; + $publish = (get_config('system','publish_all') ? '' : " AND `publish` = 1 " ); + $order = " ORDER BY `register_date` DESC "; - + + + + EOT; +