You are here

function advanced_forum_preprocess_forum_icon in Advanced Forum 5

Same name and namespace in other branches
  1. 6.2 includes/theme.inc \advanced_forum_preprocess_forum_icon()
  2. 6 advanced_forum.module \advanced_forum_preprocess_forum_icon()
  3. 7.2 includes/theme.inc \advanced_forum_preprocess_forum_icon()

Preprocesses template variables for the forum icon template.

File

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

Code

function advanced_forum_preprocess_forum_icon(&$variables) {
  $variables['iconpath'] = advanced_forum_path_to_images();
  return;
}