Ignore:
Timestamp:
Oct 22, 2010, 10:03:09 AM (14 years ago)
Author:
grum
Message:

fix bug:1948

Location:
extensions/gally/gally-grum-dark-II
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-grum-dark-II/admin/maintain.inc.php

    r6109 r7337  
    11<?php
     2
     3include_once(PHPWG_THEMES_PATH.'gally-default/admin/Conf.class.inc.php');
     4
    25
    36function theme_activate($id, $version, &$errors)
    47{
    5 
     8  $config = new Conf();
     9  $config->setFileName(PHPWG_ROOT_PATH."local/themes/gally-grum-dark-II/conf/local.conf");
     10  $config->read(false);
     11  $config->setConf(array('menuAnimated'=>'fade'), false);
     12  $config->write();
    613}
    714
  • extensions/gally/gally-grum-dark-II/themeconf.inc.php

    r6109 r7337  
    22/*
    33Theme Name: Gally/Grum dark II
    4 Version: 1.3.0
     4Version: 1.3.5
    55Description: Dark theme
    66Theme URI: http://piwigo.org/ext/extension_view.php?eid=371
     
    1010
    1111$themeconf = array(
     12  'name' => 'gally-grum-dark-II',
    1213  'theme' => 'gally-grum-dark-II',
    1314  'parent' => 'gally-default',
Note: See TracChangeset for help on using the changeset viewer.