You are here

function advanced_forum_get_style in Advanced Forum 6.2

Same name in this branch
  1. 6.2 includes/style.inc \advanced_forum_get_style()
  2. 6.2 includes/plugins.inc \advanced_forum_get_style()
Same name and namespace in other branches
  1. 6 advf-plugins.inc \advanced_forum_get_style()
  2. 7.2 includes/style.inc \advanced_forum_get_style()
  3. 7.2 includes/plugins.inc \advanced_forum_get_style()
1 call to advanced_forum_get_style()
advanced_forum_style_info in includes/style.inc
Get the info for a style, using an additive notation to include all items from the parent lineage.

File

includes/style.inc, line 17
Functions relating to the style system, not including core hooks and preprocess / theme functions.

Code

function advanced_forum_get_style($style) {
  ctools_include('plugins');
  return ctools_get_plugins('advanced_forum', 'styles', $style);
}