Ignore:
Timestamp:
Mar 14, 2011, 3:05:07 PM (13 years ago)
Author:
flop25
Message:

use of $conflocal_dir_site and @import menu.css;

Location:
extensions/hr_glass_xl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/hr_glass_xl/theme.css

    r9278 r9669  
    55------------------------------------------------------------------------------ */
    66
    7 @import url(menu.css);
     7@import menu.css;
    88
    99* { margin: 0; padding: 0; border: 0; }
  • extensions/hr_glass_xl/themeconf.inc.php

    r9279 r9669  
    1818        'Exclude'                               => array('theNBMPage','thePopuphelpPage',),     # Excluded pages
    1919);
    20 @include('themeconf_local.inc.php');
     20@include(PHPWG_ROOT_PATH. 'local/config/hr_glass_xl.inc.php');
     21if (isset($conf['local_dir_site']))
     22{
     23  @include(PHPWG_ROOT_PATH.PWG_LOCAL_DIR. 'config/hr_glass_xl.inc.php');
     24}
    2125
    2226// thx to Vdigital and his plugin spreadmenus
Note: See TracChangeset for help on using the changeset viewer.