You are here

function advanced_forum_get_current_style in Advanced Forum 6

Same name and namespace in other branches
  1. 5 advanced_forum.module \advanced_forum_get_current_style()
  2. 6.2 includes/style.inc \advanced_forum_get_current_style()
  3. 7.2 includes/style.inc \advanced_forum_get_current_style()

Returns the name of the forum style to use.

1 call to advanced_forum_get_current_style()
advanced_forum_path_to_style in ./advanced_forum.module
Returns the path to the advanced forum style, including the style name

File

./advanced_forum.module, line 1204
Enables the look and feel of other popular forum software.

Code

function advanced_forum_get_current_style() {
  return variable_get('advanced_forum_style', 'naked');
}