Merge branch 'master' of github.com:maxious/ACTBus-ui
[busui.git] / servicealerts / index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
include ('../include/common.inc.php');
 
include_header("Service Alerts", "index");
 if ($_SESSION['authed'] == true) {
        echo '<ul data-role="listview" data-theme="e" data-groupingtheme="e">
                <li><a href="servicealert_editor.php"><h3>servicealert_editor</h3>
                <p>servicealert_editor</p></a></li>
            </ul>';
 }
?>          </div>
<?php
include_footer()
?>