--- loncom/interface/lonhtmlcommon.pm 2015/06/09 21:22:56 1.366 +++ loncom/interface/lonhtmlcommon.pm 2015/07/17 19:11:06 1.368 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.366 2015/06/09 21:22:56 damieng Exp $ +# $Id: lonhtmlcommon.pm,v 1.368 2015/07/17 19:11:06 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1293,9 +1293,9 @@ sub htmlareaheaders { ENDEDITOR } $s.=(< - - + + + @@ -2098,6 +2098,16 @@ returns: nothing undef(%tools); } +=item ¤t_breadcrumb_tools() + +returns: a hash containing the current breadcrumb tools. + +=cut + + sub current_breadcrumb_tools { + return %tools; + } + =item &render_tools(\$breadcrumbs) Creates html for breadcrumb tools (categories navigation and tools) and inserts