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