Changeset 5123 for trunk/upgrade.php


Ignore:
Timestamp:
Mar 13, 2010, 1:00:52 AM (14 years ago)
Author:
plg
Message:

feature 1502: based on Dotclear model, P@t has reorganized the way Piwigo
manages template/theme in a simpler "theme only level" architecture. It
supports multiple level inheritance.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/upgrade.php

    r5021 r5123  
    191191
    192192include( PHPWG_ROOT_PATH .'include/template.class.php');
    193 $template = new Template(PHPWG_ROOT_PATH.'admin/template/goto', 'roma');
     193$template = new Template(PHPWG_ROOT_PATH.'admin/themes', 'roma');
    194194$template->set_filenames(array('upgrade'=>'upgrade.tpl'));
    195195$template->assign(array(
Note: See TracChangeset for help on using the changeset viewer.