You are here

function video_preset_page_title in Video 7

Same name and namespace in other branches
  1. 7.2 modules/video_ui/video.preset.inc \video_preset_page_title()

Title callback for a preset.

1 string reference to 'video_preset_page_title'
video_ui_menu in modules/video_ui/video_ui.module
Implementation of hook_menu().

File

modules/video_ui/video.preset.inc, line 631

Code

function video_preset_page_title($preset) {
  return $preset['name'];
}