Changeset 9596 for trunk/upgrade.php


Ignore:
Timestamp:
Mar 10, 2011, 11:12:40 AM (13 years ago)
Author:
plg
Message:

feature 2217: switch upgrade screen to a clear background theme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/upgrade.php

    r9595 r9596  
    230230
    231231include( PHPWG_ROOT_PATH .'include/template.class.php');
    232 $template = new Template(PHPWG_ROOT_PATH.'admin/themes', 'roma');
     232$template = new Template(PHPWG_ROOT_PATH.'admin/themes', 'clear');
    233233$template->set_filenames(array('upgrade'=>'upgrade.tpl'));
    234234$template->assign(array(
Note: See TracChangeset for help on using the changeset viewer.