EnsEMBL::Web::Document::HTML FooterLinks
Included librariesPackage variablesGeneral documentationMethods
Toolbar
WebCvsRaw content
Package variables
No package variables defined.
Included modules
CGI qw ( escapeHTML )
EnsEMBL::Web::RegObj
Inherit
EnsEMBL::Web::Document::HTML
Synopsis
No synopsis!
Description
No description!
Methods
render
No description
Code
Methods description
None available.
Methods code
renderdescriptionprevnextTop
sub render {
  $_[0]->print( qq(
    <div class="twocol-right right unpadded print_hide">
      <a href="/info/about/intro.html">About&nbsp;Ensembl</a> | 
      <a href="/info/about/contact/">Contact&nbsp;Us</a> | 
      <a href="/info/website/help/">Help</a> 
    </div>
    <div class="twocol-right right unpadded screen_hide_block">
      helpdesk\@ensembl.org
    </div>) 
  );
}

1;
}
General documentation
No general documentation available.