function og_theme in Organic groups 6
Same name and namespace in other branches
- 8 og.module \og_theme()
- 5.8 og.module \og_theme()
- 5 og.module \og_theme()
- 5.2 og.module \og_theme()
- 5.3 og.module \og_theme()
- 5.7 og.module \og_theme()
- 6.2 og.module \og_theme()
2 string references to 'og_theme'
- OgTestCase::addOgGroup in tests/
og_testcase.php - Create a group node.
- og_update_6002 in ./
og.install
File
- ./
og.module, line 311
Code
function og_theme() {
return array(
'opml_icon' => array(
'arguments' => array(
'url',
),
),
'og_format_subscriber_status' => array(
'arguments' => array(
'group',
),
),
'og_mission' => array(
'template' => 'og-mission',
'arguments' => array(
'form' => NULL,
),
'path' => drupal_get_path('module', 'og') . '/theme',
),
);
}