/** * Implementation of HOOK_theme(). */ function city_magazine(&$existing, $type, $theme, $path) { $hooks = fusion_core($existing, $type, $theme, $path); return $hooks; }
/** * Implementation of HOOK_theme(). */ function lvl(&$existing, $type, $theme, $path) { $hooks = fusion_core($existing, $type, $theme, $path); return $hooks; }