Update client.php

This commit is contained in:
Вячеслав
2020-07-02 14:29:45 +00:00
parent c4a47068b3
commit bfffe782f3

View File

@@ -149,7 +149,7 @@ function form_kuri(){
login_kuri(); login_kuri();
} }
else { else {
$tempcontent = VIEWPATH.'allbooks.phtml'; $tempcontent = VIEWPATH.'form.phtml';
include VIEWPATH.'layout.phtml'; include VIEWPATH.'layout.phtml';
} }