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