Changeset 7337 for extensions/gally/gally-graphite/admin
- Timestamp:
- Oct 22, 2010, 10:03:09 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/gally/gally-graphite/admin/maintain.inc.php
r6109 r7337 1 1 <?php 2 3 include_once(PHPWG_THEMES_PATH.'gally-default/admin/Conf.class.inc.php'); 2 4 3 5 function theme_activate($id, $version, &$errors) 4 6 { 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(); 6 12 } 7 13
Note: See TracChangeset
for help on using the changeset viewer.