data['sitenotice'] ) { ?>
					
html( 'sitenotice' ) ?>
				
				data['newtalk'] ) { ?>
					
html( 'newtalk' ) ?>
				
				getSkin()->getTitle()->isMainPage()*/) {
				?>
				
					html( 'title' ) ?>
				
				
				
					
						data['subtitle'] ) { ?>
							
html( 'subtitle' ) ?>
						
						data['undelete'] ) { ?>
							
html( 'undelete' ) ?>
						
					
					html( 'bodytext' ) ?>
					html( 'catlinks' ) ?>
					html( 'dataAfterContent' ); ?>
				
 
			
				
				data['content_navigation'];
					if ( array_key_exists('view', $navigations['views']) )
						unset( $navigations['views']['view'] );
					$rboxes = array(
						'personal' => array(
							'id' => 'p-personal',
							'content' => $this->getPersonalTools()
						),
						'views' => array(
							'id' => 'p-views',
							'content' => $navigations['views']
						),
						'actions' => array(
							'id' => 'p-actions',
							'content' => $navigations['actions']
						)
					);
					$this->renderPortletAsSideButtons( array ( 'personal', 'views', 'actions' ), $rboxes );
				?>