source: extensions/gally/gally-minimalist/admin/maintain.inc.php @ 16022

Last change on this file since 16022 was 16022, checked in by grum, 12 years ago

new theme gally-minimalist

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.