Add feeback form/layar API
[bus.git] / busui / common.inc.php
blob:a/busui/common.inc.php -> blob:b/busui/common.inc.php
--- a/busui/common.inc.php
+++ b/busui/common.inc.php
@@ -73,6 +73,13 @@
     .ui-listview-filter {
         margin: 0 !important;
      }
+    #footer {
+        text-size: 0.75em;
+        text-align: center;
+    }
+    body {
+        background-color: #F0F0F0;
+    }
 </style>
 <meta name="apple-mobile-web-app-capable" content="yes" />
  <meta name="apple-mobile-web-app-status-bar-style" content="black" />
@@ -118,7 +125,8 @@
 $('#here').show();
 </script>";
     }
-     echo '</div>';
+    echo '<div id="footer"><a href="about.php">About/Contact Us</a>&nbsp;<a href="feedback.php">Feedback/Bug Report</a></a>';
+    echo '</div>';
 }
 
 $service_periods = Array ('sunday','saturday','weekday');