EnsEMBL::Web::Document::HTML FooterLinks
Included librariesPackage variablesGeneral documentationMethods
Toolbar
WebCvsRaw content
Package variables
No package variables defined.
Included modules
EnsEMBL::Web::Document::HTML
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 {
  my $sd = $ENSEMBL_WEB_REGISTRY->species_defs;

  $_[0]->printf(
    q(
<div class="twocol-right right unpadded">%s release %d - %s</div>)
, $sd->ENSEMBL_SITE_NAME, $sd->ENSEMBL_VERSION, $sd->ENSEMBL_RELEASE_DATE ); } 1;
}
General documentation
No general documentation available.