From c4a47068b3ce27581fa4b9cfeda8a3c7dbbc69bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D1=8F=D1=87=D0=B5=D1=81=D0=BB=D0=B0=D0=B2?= Date: Thu, 2 Jul 2020 14:28:51 +0000 Subject: [PATCH] Update client.php --- app/routes/client.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/routes/client.php b/app/routes/client.php index 651024f..bae4dca 100644 --- a/app/routes/client.php +++ b/app/routes/client.php @@ -149,7 +149,8 @@ function form_kuri(){ login_kuri(); } else { - echo ''; + $tempcontent = VIEWPATH.'allbooks.phtml'; + include VIEWPATH.'layout.phtml'; }