function advanced_forum_get_style in Advanced Forum 7.2
Same name in this branch
- 7.2 includes/style.inc \advanced_forum_get_style()
- 7.2 includes/plugins.inc \advanced_forum_get_style()
Same name and namespace in other branches
- 6.2 includes/style.inc \advanced_forum_get_style()
- 6.2 includes/plugins.inc \advanced_forum_get_style()
- 6 advf-plugins.inc \advanced_forum_get_style()
Returns 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 19 - 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);
}