From d6fe865133511ac64565a583106b3233b70a0b1e Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Mon, 1 Feb 2010 13:14:35 +0100 Subject: [PATCH] Removed hAtom pattern from registration page. --- actions/register.php | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/actions/register.php b/actions/register.php index 6981373467..063bbe2cc6 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 *