snippet

settings.php snippet.

  1. $db_prefix = array(
  2.    'default'   => 'main_',
  3.    'users'     => 'shared_',
  4.    'sessions'  => 'shared_',
  5.    'role'      => 'main_',
  6.    'authmap'   => 'shared_',
  7.    'sequences' => 'shared_',

Fix for Code to print "top parent" node of the site section

  1. <?php
  2. $m_items = _menu_get_active_trail();     // get active menu trail into an array

Fix for Code to print &quot;top parent&quot; node of the site section

  1. <?php
  2. $m_items = _menu_get_active_trail();     // get active menu trail into an array

Code to print "top parent" node of the site section

  1. <?php
  2. $m_item = $m_items[1];
  3. ?>
Syndicate content