/dev/adei-asec

To get this branch, use:
bzr branch http://darksoft.org/webbzr/dev/adei-asec

« back to all changes in this revision

Viewing changes to config.php

  • Committer: Suren A. Chilingaryan
  • Date: 2014-08-15 17:01:07 UTC
  • Revision ID: csa@suren.me-20140815170107-k7fs7gbzje4q2l3k
Load setup css files after everything else to allow overriding...

Show diffs side-by-side

added added

removed removed

Lines of Context:
531
531
 
532
532
    $SETUP_CONFIG = "setups/$ADEI_SETUP/config.php";
533
533
    $SETUP_CSS = "setups/$ADEI_SETUP/$ADEI_SETUP.css";
534
 
    $SETUP_DHTMLX_SKIN_CSS = "setups/$ADEI_SETUP/includes/dhtmlx/skins/dhtmlxmenu_".$DHTMLX_SKIN.".css";
535
534
 
536
535
    if (!file_exists("config.php")) {
537
536
        $curdir = getcwd();