diff --git a/app/routes/client.php b/app/routes/client.php index 7d3f7a1..4d34bfc 100644 --- a/app/routes/client.php +++ b/app/routes/client.php @@ -190,7 +190,8 @@ function form_kuri(){ login_kuri(); } else { - echo ''; + $tempcontent = VIEWPATH.'allbooks.phtml'; + include VIEWPATH.'layout.phtml'; }