[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /interface lonhtmlcommon.pm
raeburn
raeburn at source.lon-capa.org
Tue Aug 9 23:17:15 EDT 2016
raeburn Wed Aug 10 03:17:15 2016 EDT
Modified files: (Branch: version_2_11_X)
/loncom/interface lonhtmlcommon.pm
Log:
- For 2.11
- Backport 1.368
Index: loncom/interface/lonhtmlcommon.pm
diff -u loncom/interface/lonhtmlcommon.pm:1.358.2.5 loncom/interface/lonhtmlcommon.pm:1.358.2.6
--- loncom/interface/lonhtmlcommon.pm:1.358.2.5 Mon Aug 8 00:57:36 2016
+++ loncom/interface/lonhtmlcommon.pm Wed Aug 10 03:17:15 2016
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common html routines
#
-# $Id: lonhtmlcommon.pm,v 1.358.2.5 2016/08/08 00:57:36 raeburn Exp $
+# $Id: lonhtmlcommon.pm,v 1.358.2.6 2016/08/10 03:17:15 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1926,6 +1926,16 @@
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
More information about the LON-CAPA-cvs
mailing list