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