$page = ($this->arg('page')) ? ($this->arg('page')+0) : 1;
- common_show_header(_('Favorited timeline'),
+ common_show_header(_('Popular notices'),
array($this, 'show_header'), NULL,
array($this, 'show_top'));
}
function get_instructions() {
- return _('Showing most favorited notices from the last week');
+ return _('Showing recently popular notices');
}
function show_notices($page) {
$page = ($this->arg('page')) ? ($this->arg('page')+0) : 1;
- common_show_header(_('Featured timeline'),
+ common_show_header(_('Featured users'),
array($this, 'show_header'), NULL,
array($this, 'show_top'));
if (count(common_config('nickname', 'featured')) > 0) {
common_menu_item(common_local_url('featured'), _('Featured'),
- _('Notices from featured Users'), $action == 'featured');
+ _('Featured users'), $action == 'featured');
}
common_menu_item(common_local_url('favorited'), _('Popular'),
- _("Latest popular notices"), $action == 'favorited');
+ _("Popular notices"), $action == 'favorited');
common_element_end('ul');