X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdiabook-blue%2Ftheme.php;h=fb6b44a16b587af947a62d5017585d99dd63f601;hb=7d23149a61f75923b2c71a288a722ee219f5e6ba;hp=38a282d3b565eb6591930d7beab048fa06d50b76;hpb=8a85914e1d46bb97da7571f1d3fdd377594320f9;p=friendica.git diff --git a/view/theme/diabook-blue/theme.php b/view/theme/diabook-blue/theme.php index 38a282d3b5..fb6b44a16b 100755 --- a/view/theme/diabook-blue/theme.php +++ b/view/theme/diabook-blue/theme.php @@ -7,82 +7,423 @@ * Author: */ -$a->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; +