function merci_rro_theme in MERCI (Manage Equipment Reservations, Checkout and Inventory) 6
Implementation of hook_theme().
File
- modules/
merci_rro/ merci_rro.module, line 84 - Hooks and utility functions for MERCI Role Rule Override
Code
function merci_rro_theme($existing, $type, $theme, $path) {
return array(
'merci_rro_override' => array(
'arguments' => array(
'override' => NULL,
),
),
);
}