username; } else { $url_segment = 'blog/group/' . $page_owner->getGUID() . '/archive'; } // This is a limitation of the URL schema. if ($page_owner && $vars['page'] != 'friends') { $dates = get_entity_dates('object', 'blog', $page_owner->getGUID()); if ($dates) { $title = elgg_echo('blog:archives'); $content = ''; echo elgg_view_module('aside', $title, $content); } }