diff options
Diffstat (limited to 'w/view/templates/base.php')
-rw-r--r-- | w/view/templates/base.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/w/view/templates/base.php b/w/view/templates/base.php new file mode 100644 index 0000000..aaca8e1 --- /dev/null +++ b/w/view/templates/base.php @@ -0,0 +1,10 @@ +<html> +<head> + <title><?=$this->e($title)?></title> +</head> +<body> + +<?=$this->section('content')?> + +</body> +</html>
\ No newline at end of file |