/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to index.php

  • Committer: Suren A. Chilingaryan
  • Date: 2009-03-04 05:12:09 UTC
  • Revision ID: csa@dside.dyndns.org-20090304051209-my11uqt3lnxotbgz
setups and configuration, nomenu minimal mode

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
        $no_header = false;
28
28
        $no_search = false;
29
29
     break;
 
30
     case "nomenu":
 
31
        $allowed_modules = false;
 
32
        $displayed_popups = array();
 
33
        $allowed_popups = array("source", "export");
 
34
        $no_header = false;
 
35
        $no_search = true;
 
36
        $no_menu = true;
 
37
     break;
 
38
 
30
39
     case "search":
31
40
        $config_module = "graph";
32
41
        $allowed_modules = array("graph");