You are here

function video_page in Video 6.2

Same name and namespace in other branches
  1. 5 video.module \video_page()
  2. 6 video.module \video_page()

Displays a Drupal page containing recently added videos

Return value

string HTML output

1 string reference to 'video_page'
video_menu in ./video.module
Implementation of hook_menu().

File

./video.module, line 201
video.module

Code

function video_page() {
  theme('video_page', NULL);
}