CMS  Version 3.9
video_gallery_stats.inc File Reference

Go to the source code of this file.

Variables

 $menu_item = "Videos"
 
 $video_gallery_id = checkNumeric($_GET["video_gallery_id"])
 
if(! $video_gallery_id$gallery = new VideoGallery($video_gallery_id)
 
 $view = new VideoTotalDownloadsView($gallery)
 
 $script = $view->writeScript()
 
 $tabs = VideoManager::videoGalleryTabs($video_gallery_id)
 

Variable Documentation

◆ $gallery

Definition at line 45 of file video_gallery_stats.inc.

◆ $menu_item

$menu_item = "Videos"

Definition at line 36 of file video_gallery_stats.inc.

◆ $script

$script = $view->writeScript()

Definition at line 49 of file video_gallery_stats.inc.

◆ $tabs

◆ $video_gallery_id

$video_gallery_id = checkNumeric($_GET["video_gallery_id"])

Definition at line 38 of file video_gallery_stats.inc.

◆ $view

$view = new VideoTotalDownloadsView($gallery)

Definition at line 47 of file video_gallery_stats.inc.