Ignore:
Timestamp:
Jan 8, 2011, 5:42:49 PM (13 years ago)
Author:
grum
Message:

Updated for Gally/Default 1.4.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-cuise/admin/maintain.inc.php

    r7459 r8533  
    11<?php
     2
     3include_once(PHPWG_THEMES_PATH.'gally-default/admin/GallyDefault.class.inc.php');
    24
    35function theme_activate($id, $version, &$errors)
    46{
    5 
     7  $errors=GallyDefault::activate($id, $version, '1.4.0', $errors);
    68}
    79
    810function theme_deactivate()
    911{
    10 
     12  GallyDefault::deactivate();
    1113}
    1214
Note: See TracChangeset for help on using the changeset viewer.