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

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

Updated for Gally/Default 1.4.0

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.