I feel like a better approach is to wrap your template inside a function: template.php: <?php function template($title, $content) { ob_start(); ?> <html> <head> ...
確定! 回上一頁