diff options
author | Brion Vibber <brion@pobox.com> | 2010-02-01 10:30:45 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-02-01 10:30:45 -0800 |
commit | c14ac57b1935a124dd4205e0f02d939086b5867e (patch) | |
tree | 207e1c947eec0eadac98ba0050d84056e450d99e /actions | |
parent | 85544d369d2c9c3ba0fef6c821c951879823b014 (diff) | |
parent | fba4153346435026976193a7d38e6042b863733d (diff) |
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'actions')
-rw-r--r-- | actions/register.php | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/actions/register.php b/actions/register.php index 698137346..063bbe2cc 100644 --- a/actions/register.php +++ b/actions/register.php @@ -303,27 +303,6 @@ class RegisterAction extends Action return ($user !== false); } - // overrrided to add entry-title class - function showPageTitle() { - if (Event::handle('StartShowPageTitle', array($this))) { - $this->element('h1', array('class' => 'entry-title'), $this->title()); - } - } - - // overrided to add hentry, and content-inner class - function showContentBlock() - { - $this->elementStart('div', array('id' => 'content', 'class' => 'hentry')); - $this->showPageTitle(); - $this->showPageNoticeBlock(); - $this->elementStart('div', array('id' => 'content_inner', - 'class' => 'entry-content')); - // show the actual content (forms, lists, whatever) - $this->showContent(); - $this->elementEnd('div'); - $this->elementEnd('div'); - } - /** * Instructions or a notice for the page * |