system_logging_overview

Versions
6
system_logging_overview()

Menu callback; Menu page for the various logging options.

Code

modules/system/system.admin.inc, line 1244

<?php
function system_logging_overview() {
  $item = menu_get_item('admin/settings/logging');
  $content = system_admin_menu_block($item);

  $output = theme('admin_block_content', $content);

  return $output;
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.