diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-10-31 15:28:37 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-10-31 15:28:37 +0100 |
commit | 26f88e043ebedcadd337011ce527f6148350f0dc (patch) | |
tree | b41d1c9dd646c35a2cac88ba999b0cdd35726a68 /w/view/templates/read.php | |
parent | e17392e46259e6f2e012017987cf7c31c171488f (diff) | |
download | wcms-26f88e043ebedcadd337011ce527f6148350f0dc.tar.gz wcms-26f88e043ebedcadd337011ce527f6148350f0dc.zip |
homemade very root database engine
Diffstat (limited to 'w/view/templates/read.php')
-rw-r--r-- | w/view/templates/read.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/w/view/templates/read.php b/w/view/templates/read.php index 5c544b3..4964a47 100644 --- a/w/view/templates/read.php +++ b/w/view/templates/read.php @@ -1,4 +1,4 @@ -<?php $this->layout('layout', ['title' => $art->title()]) ?> +<?php $this->layout('layout', ['title' => $art->title(), 'description' => $art->description()]) ?> |