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

fix bug:1948

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-graphite/admin/maintain.inc.php

    r6109 r7337  
    11<?php
     2
     3include_once(PHPWG_THEMES_PATH.'gally-default/admin/Conf.class.inc.php');
    24
    35function theme_activate($id, $version, &$errors)
    46{
    5 
     7  $config = new Conf();
     8  $config->setFileName(PHPWG_ROOT_PATH."local/themes/gally-graphite/conf/local.conf");
     9  $config->read(false);
     10  $config->setConf(array('menuAnimated'=>'none'), false);
     11  $config->write();
    612}
    713
Note: See TracChangeset for help on using the changeset viewer.