You are here

function boost_settings in Boost 5

Implementation of hook_settings(). Declares administrative settings for a module.

Deprecated

in Drupal 5.0.

1 string reference to 'boost_settings'
boost_menu in ./boost.module
Implementation of hook_menu(). Defines menu items and page callbacks.

File

./boost.module, line 290
Provides static page caching for Drupal.

Code

function boost_settings() {
  require_once BOOST_PATH . '/boost.admin.inc';
  return system_settings_form(boost_settings_form());
}