closing menu list in the wrong place
darcs-hash:20080611160318-84dde-d3c9a5c19651cc188420d7e0974e25e90d88c780.gz
This commit is contained in:
parent
34cdd4ebd0
commit
ca4d43a98f
|
@ -37,12 +37,12 @@ class StreamAction extends Action {
|
||||||
_t('Profile'),
|
_t('Profile'),
|
||||||
($user->fullname) ? $user->fullname : $nickname,
|
($user->fullname) ? $user->fullname : $nickname,
|
||||||
$action == 'showstream');
|
$action == 'showstream');
|
||||||
common_element_end('ul');
|
|
||||||
common_menu_item(common_local_url('all', array('nickname' =>
|
common_menu_item(common_local_url('all', array('nickname' =>
|
||||||
$nickname)),
|
$nickname)),
|
||||||
_t('All'),
|
_t('All'),
|
||||||
_t('All'),
|
_t('All'),
|
||||||
$action == 'all');
|
$action == 'all');
|
||||||
|
common_element_end('ul');
|
||||||
}
|
}
|
||||||
|
|
||||||
function show_notice($notice) {
|
function show_notice($notice) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user