--- loncom/interface/lontemplate.pm 2009/06/08 18:04:46 1.36 +++ loncom/interface/lontemplate.pm 2009/06/11 16:48:33 1.37 @@ -1,7 +1,7 @@ # The LearningOnline Network # "Template" Functions to generate html output # -# $Id: lontemplate.pm,v 1.36 2009/06/08 18:04:46 bisitz Exp $ +# $Id: lontemplate.pm,v 1.37 2009/06/11 16:48:33 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -131,23 +131,4 @@ sub print_editbox_template { &mt('Save All').'" />'); } -# Functionslist: List of functions -# Typically used to display a list of available functions at top of page -sub start_functionslist { - my($legendtext)=@_; - $legendtext=&mt('Functions') if !$legendtext; - return '
'.$legendtext.'' - .'
'; -} - 1;