Changeset 9670 for extensions/hr_os


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

use of $conflocal_dir_site and @import menu.css;

Location:
extensions/hr_os
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/hr_os/theme.css

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

    r9280 r9670  
    22/*
    33Theme Name: hr_os
    4 Version: 1.0.0
     4Version: auto
    55Description: A theme with an horizontal menu everywhere and a simple modern design
    66Theme URI: http://fr.piwigo.org/ext/extension_view.php?eid=503
     
    1818        'Exclude'                               => array('theNBMPage','thePopuphelpPage',),     # Excluded pages
    1919);
    20 @include('themeconf_local.inc.php');
    21 
     20@include(PHPWG_ROOT_PATH. 'local/config/hr_os.inc.php');
     21if (isset($conf['local_dir_site']))
     22{
     23  @include(PHPWG_ROOT_PATH.PWG_LOCAL_DIR. 'config/hr_os.inc.php');
     24}
    2225// thx to Vdigital and his plugin spreadmenus
    2326if ( !function_exists( 'add_menu_on_public_pages' ) ) {
Note: See TracChangeset for help on using the changeset viewer.