Return to Snippet

Revision: 6741
at June 12, 2008 10:02 by shrop


Initial Code
$conf = array(
  'site_name' => 'My SUB1 Drupal Site',
  'theme_default' => 'pushbutton',
  'anonymous' => 'Visitor'
  );

Initial URL


Initial Description
Using this convention, you can override any system table setting.

Initial Title
Override System Table Settings in settings.php for Drupal

Initial Tags
drupal

Initial Language
PHP