function showfooter()
 {
     // Get the view name from the query string
     //$viewName = JRequest::getVar( "view", "footer" );
     // Get the view
     //$view = & $this->getView( $viewName );
     // Get the joomleague model
     //$version = $this->getModel( "version", "JoomleagueModel" );
     //$version->set( "_name", "version" );
     /*$footer = $this->getModel( "footer", "JoomleagueModel" );
     		$footer->set( "_name", "footer" );*/
     /*if (!JError::isError( $version ) )
     		{
     			$view->setModel ( $version );
     		}*/
     /*if (!JError::isError( $footer ) )
     		{
     			$view->setModel ( $footer );
     		}
     
     		$view->display();*/
     parent::display();
 }
예제 #2
0
 function showfooter()
 {
     parent::display();
 }