Changeset 5123 for trunk/install.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/install.php

    r5022 r5123  
    219219//----------------------------------------------------- template initialization
    220220include( PHPWG_ROOT_PATH .'include/template.class.php');
    221 $template = new Template(PHPWG_ROOT_PATH.'admin/template/goto', 'roma');
     221$template = new Template(PHPWG_ROOT_PATH.'admin/themes', 'roma');
    222222$template->set_filenames( array('install' => 'install.tpl') );
    223223if (!isset($step))
Note: See TracChangeset for help on using the changeset viewer.