Changeset 6007


Ignore:
Timestamp:
Apr 29, 2010, 9:59:08 PM (14 years ago)
Author:
patdenice
Message:

Don't load default local_head any more.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/luciano/themeconf.inc.php

    r5992 r6007  
    1010
    1111$themeconf = array(
    12   'parent'          => 'default',
    13   'icon_dir'        => 'themes/luciano/icon',
    14   'local_head'      => 'local_head.tpl',
    15   'load_parent_css' => false,
     12  'parent'                 => 'default',
     13  'icon_dir'               => 'themes/luciano/icon',
     14  'local_head'             => 'local_head.tpl',
     15  'load_parent_css'        => false,
     16  'load_parent_local_head' => false,
    1617);
    1718
Note: See TracChangeset for help on using the changeset viewer.