You are here

function views_plugin_style_xhtml::additional_theme_functions in Views Datasource 6

Same name and namespace in other branches
  1. 7 views/plugins/views_plugin_style_xhtml.inc \views_plugin_style_xhtml::additional_theme_functions()

Implementation of views_style_plugin::additional_theme_functions(). Returns empty array.

Return value

array

File

./views_plugin_style_xhtml.inc, line 120
Implementation of views_plugin_style for views_xhtml

Class

views_plugin_style_xhtml
Implementation of views_plugin_style

Code

function additional_theme_functions() {
  return array();
}