You are here

function views_media_browser_theme in Views Media Browser 7.2

Same name and namespace in other branches
  1. 7 views_media_browser.module \views_media_browser_theme()

Implements hook_theme() Allows preprocess functions to be caught by the theme_build_registry().

Return value

array

File

./views_media_browser.module, line 288
Code for the Views Media Browser feature.

Code

function views_media_browser_theme() {
  return array();
}