started changing app name to 3rd, changing file names to not have eq in them
[eq/.git] / index.php
index cd7662c77fe04860a19ff20a6d2e809b96b569c0..9da48c9c82c9c6b5941adf9ad0c1e37e52b74b8d 100644 (file)
--- a/index.php
+++ b/index.php
@@ -13,7 +13,7 @@
 
        $GLOBALS['phpgw_info']['flags'] = array
        (
-               'currentapp' => 'eq',
+               'currentapp' => '3rd',
                'noheader'   => True,
                'nonavbar'   => True 
        );
@@ -29,7 +29,7 @@
        }
        else
        {
-               $app = 'eq';
+               $app = '3rd';
                $class = 'eq';
                $invalid_data = True;
        }