Last change
on this file since 9594 was
8534,
checked in by grum, 14 years ago
|
New theme for gally's themes
|
-
Property svn:executable set to
*
|
File size:
277 bytes
|
Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | include_once(PHPWG_THEMES_PATH.'gally-default/admin/GallyDefault.class.inc.php'); |
---|
4 | |
---|
5 | function theme_activate($id, $version, &$errors) |
---|
6 | { |
---|
7 | $errors=GallyDefault::activate($id, $version, '1.4.0', $errors); |
---|
8 | } |
---|
9 | |
---|
10 | function theme_deactivate() |
---|
11 | { |
---|
12 | GallyDefault::deactivate(); |
---|
13 | } |
---|
14 | |
---|
15 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.