common_show_header($profile->nickname . _t(" and friends"),
array($this, 'show_header'), $user);
+ $cur = common_current_user();
+
+ if ($cur && $cur->id == $profile->id) {
+ common_notice_form();
+ }
+
$this->views_menu();
$this->show_notices($profile);
$user->nickname)));
common_show_header($profile->nickname, array($this, 'show_header'), $user);
+
+ $cur = common_current_user();
+
+ if ($cur && $cur->id == $profile->id) {
+ common_notice_form();
+ }
$this->views_menu();
'alt' => $config['site']['name'],
'id' => 'logo'));
common_element_end('a');
- if (common_logged_in()) {
- common_notice_form();
- }
common_element_end('div');
common_element_start('div', array('id' => 'content'));
}