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';