You are here

function boxes_page_title in Boxes 7.2

Title of the boxes

File

./boxes.module, line 225

Code

function boxes_page_title($box) {
  return $box->label;
}