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