You are here

function theme_blockify_mission in Blockify 6

Returns the rendered mission.

1 theme call to theme_blockify_mission()
blockify_get_content in ./blockify.module
Provides individual block content.

File

./blockify.theme.inc, line 58

Code

function theme_blockify_mission($site_mission) {
  return '<span class="mission">' . $site_mission . '</span>';
}