You are here

function homebox_load in Homebox 6.3

Same name and namespace in other branches
  1. 6.2 homebox.module \homebox_load()
  2. 7.3 homebox.module \homebox_load()
  3. 7.2 homebox.module \homebox_load()

Implementation of hook_load()

File

./homebox.module, line 174
Homebox main file, takes care of global functions settings constants, etc.

Code

function homebox_load($name) {
  $page = homebox_get_page($name);
  return $page ? $page : FALSE;
}