예제 #1
0
/**
 * Legacy output replacement function
 * @param $output
 * @return array
 */
function theme_output($output)
{
    return \PHPFusion\SeptenaryTheme::theme_output($output);
}