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

  • Committer: Suren A. Chilingaryan
  • Date: 2012-07-14 17:44:09 UTC
  • Revision ID: csa@dside.dyndns.org-20120714174409-cuzsy4vupyjx9lia
Update of setups

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php
2
 
    $ALL_EXPORT_FORMATS = $EXPORT_FORMATS;
3
 
    $ALL_MODULES = $MODULES;
4
 
 
5
 
    $dh = opendir("setups/");
6
 
    while (($subdir = readdir($dh)) !== false) {
7
 
        if (!is_dir("setups/$subdir")||($subdir == $ADEI_SETUP)||(!strncmp($subdir,".",1))) continue;
8
 
        
9
 
        if (is_file("setups/$subdir/config.php")&&(!is_file("setups/$subdir/.exclude")))
10
 
            include("setups/$subdir/config.php");
11
 
    }
12
 
    
13
 
    $TITLE = "";
14
 
    $MODULES = $ALL_MODULES;
15
 
    $EXPORT_FORMATS = $ALL_EXPORT_FORMATS;
16
 
 
17
 
?>
 
 
b'\\ No newline at end of file'