Override System Table Settings in settings.php for Drupal


/ Published in: PHP
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. $conf = array(
  2. 'site_name' => 'My SUB1 Drupal Site',
  3. 'theme_default' => 'pushbutton',
  4. 'anonymous' => 'Visitor'
  5. );

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.