You are here

function og_preprocess_og_mission in Organic groups 6.2

Same name and namespace in other branches
  1. 6 og.module \og_preprocess_og_mission()

Preprocessor for OG Mission template.

Simplify $mission variable for the template.

File

./og.module, line 474
Code for the Organic Groups module.

Code

function og_preprocess_og_mission(&$variables) {
  $variables['mission'] = $variables['form']['#value'];
}