You are here

function node_gallery_config_load in Node Gallery 6.2

Same name and namespace in other branches
  1. 6 node_gallery.module \node_gallery_config_load()

File

./node_gallery.module, line 482
Node gallery module file

Code

function node_gallery_config_load($type) {
  $ng_configs = node_gallery_get_config();
  return $ng_configs[$type];
}