Changeset 5992


Ignore:
Timestamp:
Apr 29, 2010, 2:46:36 PM (14 years ago)
Author:
patdenice
Message:

Set $themeconfload_parent_css to false

File:
1 edited

Legend:

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

    r5972 r5992  
    1010
    1111$themeconf = array(
    12   'icon_dir'    => 'themes/luciano/icon',
    13   'local_head'  => 'local_head.tpl',
     12  'parent'          => 'default',
     13  'icon_dir'        => 'themes/luciano/icon',
     14  'local_head'      => 'local_head.tpl',
     15  'load_parent_css' => false,
    1416);
    15 
    16 $this->set_template_dir(PHPWG_THEMES_PATH.'default/template');
    1717
    1818$conf['show_thumbnail_caption'] = false;
Note: See TracChangeset for help on using the changeset viewer.