You are here

function admin_get_admin_blocks in Admin 6.2

Same name and namespace in other branches
  1. 7.2 admin.module \admin_get_admin_blocks()

Get wrapper around admin blocks set.

2 calls to admin_get_admin_blocks()
admin_footer in ./admin.module
Implementation of hook_footer().
admin_preprocess_page in ./admin.module
Implementation of hook_preprocess_page().

File

./admin.module, line 427

Code

function admin_get_admin_blocks($reset = FALSE) {
  return admin_set_admin_blocks($reset);
}