Note: You are currently viewing documentation for Moodle 3.2. Up-to-date documentation for the latest stable version of Moodle is probably available here: Frank Ralf/NanoGong/1.9.

User:Frank Ralf/NanoGong/1.9: Difference between revisions

From MoodleDocs
(New page: NanoGong for Moodle 1.9 also needs some updating. == build_navigation() == Navigation needs to be updated to use build_navigation() * line 3759 of lib\weblib.php: call to debugging() ...)
 
Line 2: Line 2:


== build_navigation() ==
== build_navigation() ==
Navigation needs to be updated to use build_navigation()
Navigation needs to be updated to use build_navigation()


   * line 3759 of lib\weblib.php: call to debugging()
   * line 3759 of lib\weblib.php: call to debugging()
Line 8: Line 8:
   * line 2765 of lib\weblib.php: call to include()
   * line 2765 of lib\weblib.php: call to include()
   * line 61 of mod\nanogong\view.php: call to print_header()
   * line 61 of mod\nanogong\view.php: call to print_header()
See [[Development:lib/weblib.php#function_build_navigation]]

Revision as of 16:56, 28 March 2011

NanoGong for Moodle 1.9 also needs some updating.

build_navigation()

Navigation needs to be updated to use build_navigation()

 * line 3759 of lib\weblib.php: call to debugging()
 * line 37 of theme\standard\header.html: call to print_navigation()
 * line 2765 of lib\weblib.php: call to include()
 * line 61 of mod\nanogong\view.php: call to print_header()

See Development:lib/weblib.php#function_build_navigation