function video_preset_page_title in Video 7.2
Same name and namespace in other branches
- 7 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 - Implements hook_menu().
File
- modules/
video_ui/ video.preset.inc, line 839 - Administrative interface for maintaining video presets.
Code
function video_preset_page_title($preset) {
return $preset['name'];
}