exit(1);
}
-class ProfileDetailAction extends ProfileAction
+class ProfileDetailAction extends ShowstreamAction
{
function isReadOnly($args)
return $this->profile->getFancyName();
}
- function showLocalNav()
- {
- $nav = new PersonalGroupNav($this);
- $nav->show();
- }
-
function showStylesheets() {
parent::showStylesheets();
$this->cssLink('plugins/ExtendedProfile/profiledetail.css');
return true;
}
- function handle($args)
- {
- $this->showPage();
- }
-
function showContent()
{
$cur = common_current_user();