true, 'cache_file' => 'data/cache/modules', 'recursive' => true ) ); $categories = $module_list->categories(); if ($categories != NULL) { // show all modules $module_template = " #name# #author# v#version# #vendor# #description# "; $display_buffer .= "
"; foreach ($categories AS $this_category) { $module_generated = $module_list->generate_list ($this_category, 0, $module_template); $display_buffer .= " "; $display_buffer .= $module_generated; } // end of foreach $display_buffer .= "
".prepare($this_category)." (version ". $GLOBALS['__phpwebtools']['GLOBAL_CATEGORIES_VERSION'][$this_category].")

".template::link_button( __("Return to Administration Menu"), "admin.php" )."
"; } else { $display_buffer .= "
".__("No categories.")."
\n"; } // end checking for categories // Display the template template_display(); ?>