From 4f89e2710f8bc71b6780f40e88299e14f2bfea46 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 17 Aug 2021 00:59:13 +0300 Subject: [PATCH] add title in pages authors and genrise --- app/routes/books.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/routes/books.php b/app/routes/books.php index 89c5c24..701a4c8 100644 --- a/app/routes/books.php +++ b/app/routes/books.php @@ -137,6 +137,7 @@ function author_kuri($slug, $page = 1){ $breadcrumbs['page'] = $pagetitle; + $title = $pagetitle.' - КЛАН'; $tempcontent = VIEWPATH.'books.phtml'; @@ -186,6 +187,7 @@ function knigi_kuri($slug, $page = 1){ $breadcrumbs['page'] = $pagetitle; + $title = $pagetitle.' - КЛАН'; $tempcontent = VIEWPATH.'books.phtml';