You are here

function boxes_delta_load in Boxes 7.2

Menu callback to load a boxes by the delta

File

./boxes.module, line 444

Code

function boxes_delta_load($delta) {
  return boxes_load_delta($delta);
}