source: extensions/gally/gally-black-graphite/admin/maintain.inc.php @ 8534

Last change on this file since 8534 was 8534, checked in by grum, 13 years ago

New theme for gally's themes

  • Property svn:executable set to *
File size: 277 bytes
Line 
1<?php
2
3include_once(PHPWG_THEMES_PATH.'gally-default/admin/GallyDefault.class.inc.php');
4
5function theme_activate($id, $version, &$errors)
6{
7  $errors=GallyDefault::activate($id, $version, '1.4.0', $errors);
8}
9
10function theme_deactivate()
11{
12  GallyDefault::deactivate();
13}
14
15?>
Note: See TracBrowser for help on using the repository browser.