/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 config.php

  • Committer: Suren A. Chilingaryan
  • Date: 2020-02-05 21:42:55 UTC
  • Revision ID: csa@suren.me-20200205214255-vxeq8wzwlg984isj
Enable loading default XSLT file for a subpath and drop XSLT symlinks for standard image-based (image.xsl) VIEWs

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    $POPUPS = array("source", "controls");
32
32
 
33
33
    $CONTROLS = array("infotab", "searchtab", "virtual", false, "export", "aggregator", "plot"); // false/null indicates line break
34
 
    
 
34
 
35
35
    $ADEI_SRCTREE_EXTRA = array();
 
36
 
 
37
    $ADEI_DEFAULT_XSLT = array(
 
38
        "views" => "image",
 
39
    );
 
40
 
36
41
    $ADEI_INFO_MODULES = array(
37
42
        "legend" => array(
38
43
            'title' => _("Channel Overview"),