/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 index.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:
127
127
        <link rel="stylesheet" type="text/css" href="includes/sw/spinningwheel.css"/>
128
128
<?  } else {?>    
129
129
        <link rel="stylesheet" type="text/css" href="adei.css"/> <?/* Should be first, otherwise cssSetProperty would not work */?>
130
 
<?  }  
 
130
<?  }?>
131
131
 
132
 
    if (file_exists($SETUP_CSS)) {?>
133
 
        <link rel="stylesheet" type="text/css" href="<?echo $SETUP_CSS;?>"/>
134
 
<?  }?>
135
132
    <link rel="stylesheet" type="text/css" href="includes/dhtmlx/skins/dhtmlxmenu_<?=$DHTMLX_SKIN;?>.css"/>
136
133
    <link rel="stylesheet" type="text/css" href="includes/dhtmlx/dhtmlxtree.css"/>
137
 
<?
138
 
    if (file_exists($SETUP_DHTMLX_SKIN_CSS)) {?>
139
 
        <link rel="stylesheet" type="text/css" href="<?echo $SETUP_DHTMLX_SKIN_CSS;?>"/>
 
134
 
 
135
<?    if (file_exists($SETUP_CSS)) {?>
 
136
        <link rel="stylesheet" type="text/css" href="<?echo $SETUP_CSS;?>"/> <? /* Shold be last, to allow overriding */?>
140
137
<?  }?>
141
138
 
142
139
    <script type="text/javascript" src="includes/date.format.js"></script>