source: extensions/gally/gally-grum-dark-II/admin/maintain.inc.php @ 7337

Last change on this file since 7337 was 7337, checked in by grum, 14 years ago

fix bug:1948

File size: 391 bytes
Line 
1<?php
2
3include_once(PHPWG_THEMES_PATH.'gally-default/admin/Conf.class.inc.php');
4
5
6function theme_activate($id, $version, &$errors)
7{
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();
13}
14
15function theme_deactivate()
16{
17
18}
19
20?>
Note: See TracBrowser for help on using the repository browser.