rabin %!s(int64=5) %!d(string=hai) anos
pai
achega
fa0dd24127
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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;
     }