--- loncom/interface/loncommon.pm 2005/02/17 08:29:42 1.250 +++ loncom/interface/loncommon.pm 2005/02/25 04:56:05 1.251 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.250 2005/02/17 08:29:42 albertel Exp $ +# $Id: loncommon.pm,v 1.251 2005/02/25 04:56:05 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2750,6 +2750,36 @@ ENDBODY } ############################################### +############################################### + +=pod + +=back + +=head1 HTTP Helpers + +=over 4 + +=item * &endbodytag() + +Returns a uniform footer for LON-CAPA web pages. + +Inputs: + +=over 4 + +=back + +Returns: A uniform footer for LON-CAPA web pages. + +=cut + +sub endbodytag { + my $endbodytag=''; + return $endbodytag; +} + +############################################### =pod