/adei/ui

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

« back to all changes in this revision

Viewing changes to adei_ui.php

  • Committer: Aram Yeghikyan
  • Date: 2008-10-24 16:09:04 UTC
  • Revision ID: eghikyan@gmail.com-20081024160904-x6h9i29d0iuiqo03
Added virtual group concept, made refactoring of the code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
    require("../adei.php");
 
2
    if (!isset($ADEI_ROOTDIR)){
 
3
        require("../adei.php");
 
4
    }
3
5
    $basePath = $ADEI_ROOTDIR."/classes/ui";
4
6
    include($basePath."/elementsManager.php");
5
7
    include($basePath."/managerClass.php");