diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-05-01 11:54:39 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-05-01 11:54:39 +0200 |
commit | df7d23a090526aff78a60872f7ba5d1169cbc735 (patch) | |
tree | 774f83ddf46d5307a57145da07dd1cec98c41225 /public/w | |
parent | 5f2a948f5551f0c168e6572ba500724bddf4c576 (diff) | |
download | wcms-df7d23a090526aff78a60872f7ba5d1169cbc735.tar.gz wcms-df7d23a090526aff78a60872f7ba5d1169cbc735.zip |
summary + correction zindex
Diffstat (limited to 'public/w')
-rw-r--r-- | public/w/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/w/index.php b/public/w/index.php index 38a4132..d961d56 100644 --- a/public/w/index.php +++ b/public/w/index.php @@ -81,7 +81,7 @@ if (isset($_GET['id'])) { $titre = $art->titre(); } } -$aff->head($titre); +$aff->head($titre, 'w'); |