How are Drupal Blocks ordered? -
i know weighed through interface found @ admin/build/block (and through weight field in users table) beyond that, there ordering used on blocks of same weight?
block sorted region, weight, module name. no title. follows insert order on blocks table. see http://api.drupal.org/api/drupal/modules--block--block.module/function/block_list/6
Comments
Post a Comment