aboutsummaryrefslogtreecommitdiff
path: root/vendor/flexi/examples/03_layout/templates/layout.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/flexi/examples/03_layout/templates/layout.php')
-rw-r--r--vendor/flexi/examples/03_layout/templates/layout.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/vendor/flexi/examples/03_layout/templates/layout.php b/vendor/flexi/examples/03_layout/templates/layout.php
deleted file mode 100644
index 3d025aa..0000000
--- a/vendor/flexi/examples/03_layout/templates/layout.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-<head>
- <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
- <title><?= $title ?></title>
- <link rel="stylesheet" type="text/css" href="style.css" media="screen"/>
-</head>
-<body>
- <?= $content_for_layout ?>
-</body>
-</html>