You are here

function get_exposed_filter_output in Exposed Filter Data 7

Same name and namespace in other branches
  1. 6 exposed_filter_data.module \get_exposed_filter_output()

Simple call to the theme, easy to be used in a view header

File

./exposed_filter_data.module, line 52
Provides simple way to print exposed filter data

Code

function get_exposed_filter_output() {
  return theme('exposed_filter_data');
}