コード例 #1
0
ファイル: theme.php プロジェクト: php-fusion/PHP-Fusion
/**
 * Legacy output replacement function
 * @param $output
 * @return array
 */
function theme_output($output)
{
    return \PHPFusion\SeptenaryTheme::theme_output($output);
}