diff options
Diffstat (limited to 'app/php/layouts/MainLayout.tpl')
-rw-r--r-- | app/php/layouts/MainLayout.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/php/layouts/MainLayout.tpl b/app/php/layouts/MainLayout.tpl index f8c5f50..0deb816 100644 --- a/app/php/layouts/MainLayout.tpl +++ b/app/php/layouts/MainLayout.tpl @@ -14,6 +14,9 @@ </main> <footer role="contentinfo"> </footer> + <com:THiddenField ID="ViewID"> + <prop:Value><%= $this->generateViewID() %></prop:Value> + </com:THiddenField> </com:TForm> </body> </html> |