X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=index.php;h=b3dfb635d74ed34f0526f919915b52491a6bd670;hb=991af26c24553af2262b6eca3cd7c5c390a41c2a;hp=9da48c9c82c9c6b5941adf9ad0c1e37e52b74b8d;hpb=abf09ae712c55d6e251ffd4a89dc63faa64b971a;p=eq%2F.git diff --git a/index.php b/index.php index 9da48c9..b3dfb63 100644 --- a/index.php +++ b/index.php @@ -13,7 +13,7 @@ $GLOBALS['phpgw_info']['flags'] = array ( - 'currentapp' => '3rd', + 'currentapp' => 'tc', 'noheader' => True, 'nonavbar' => True ); @@ -29,8 +29,8 @@ } else { - $app = '3rd'; - $class = 'eq'; + $app = 'tc'; + $class = 'tc'; $invalid_data = True; } @@ -69,10 +69,10 @@ } //$GLOBALS['phpgw']->log->commit(); - //$GLOBALS['phpgw']->redirect_link('/eq/index.php?menuaction=eq.eq.ht_view'); + //$GLOBALS['phpgw']->redirect_link('/tc/index.php?menuaction=tc.tc.ht_view'); } -//$obj = CreateObject('eq.eq'); +//$obj = CreateObject('tc.tc'); //$obj->ht_view(); //$GLOBALS['phpgw']->common->phpgw_footer();