rabin 5 anni fa
parent
commit
fa0dd24127
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      src/Database.php

+ 5 - 0
src/Database.php

@@ -1206,6 +1206,11 @@ class Database
             $result .= '<input type="hidden" value="'.$top.'" name="top_parent" id="top_parent" />';
         }
 
+        $page_type = Dever::input('page_type');
+        if ($page_type) {
+            $result .= '<input type="hidden" value="'.$page_type.'" name="page_type" id="page_type" />';
+        }
+
         return $result;
     }