aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/Mobile/footer.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Views/Mobile/footer.php')
-rw-r--r--h-source/Application/Views/Mobile/footer.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/h-source/Application/Views/Mobile/footer.php b/h-source/Application/Views/Mobile/footer.php
index c49ad4b..3490393 100644
--- a/h-source/Application/Views/Mobile/footer.php
+++ b/h-source/Application/Views/Mobile/footer.php
@@ -36,5 +36,22 @@
</div> <!--fine page-->
+<!-- Start of second page: language dialog -->
+<div data-role="page" id="language-dialog">
+
+ <div data-role="header" data-theme="a">
+ <h1><?php echo gtext('Choose the language');?></h1>
+ </div><!-- /header -->
+
+ <div data-role="content" data-theme="d">
+ <?php echo $language_links;?>
+ </div><!-- /content -->
+
+
+ <div data-role="footer">
+ <p><?php echo gtext('list of languages');?></p>
+ </div><!-- /footer -->
+</div><!-- /page popup -->
+
</body>
</html>