diff --git a/app/routes/client.php b/app/routes/client.php index bae4dca..a6f9937 100644 --- a/app/routes/client.php +++ b/app/routes/client.php @@ -149,7 +149,7 @@ function form_kuri(){ login_kuri(); } else { - $tempcontent = VIEWPATH.'allbooks.phtml'; + $tempcontent = VIEWPATH.'form.phtml'; include VIEWPATH.'layout.phtml'; }