From e17392e46259e6f2e012017987cf7c31c171488f Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Sun, 28 Oct 2018 19:56:27 +0100 Subject: abstract config NWY --- w/view/templates/layout.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 w/view/templates/layout.php (limited to 'w/view/templates/layout.php') diff --git a/w/view/templates/layout.php b/w/view/templates/layout.php new file mode 100644 index 0000000..263cca3 --- /dev/null +++ b/w/view/templates/layout.php @@ -0,0 +1,20 @@ + + + + + + + + <?= $title ?> + + section('customhead')?> + section('arthead')?> + + + + + +section('page')?> + + + \ No newline at end of file -- cgit v1.2.3