function shorten_cs_theme in Shorten URLs 8
Same name and namespace in other branches
- 8.2 modules/shorten_cs/shorten_cs.module \shorten_cs_theme()
- 6 shorten_cs.module \shorten_cs_theme()
- 7.2 shorten_cs.module \shorten_cs_theme()
- 7 shorten_cs.module \shorten_cs_theme()
Implements hook_theme().
File
- modules/
shorten_cs/ shorten_cs.module, line 64 - Allows users to specify custom services for the Shorten URLs module.
Code
function shorten_cs_theme($existing, $type, $theme, $path) {
return array(
'shorten_cs_admin' => array(
'arguments' => array(),
'file' => 'shorten_cs.admin.inc',
),
);
}