The module administration page provide you a list of all available modules. Moreover, it allows you to "rehash" modules. Whenever you install a new module or when an existing module has been changed or updated, it requires "rehashing": when you rehash a module, the module is registered to the engine and properly initialized. name); } foreach (module_list() as $name) { module_rehash($name); } } function module_admin_overview() { $output .= "
\n"; print $output; } function module_admin() { global $op, $name; print "overview | help