Changeset 860 for trunk/install.php


Ignore:
Timestamp:
Sep 3, 2005, 10:56:35 PM (19 years ago)
Author:
plg
Message:

(not in ChangeLog)

  • yoga template used for installation and by default in user_infos table
  • adaptation of yoga template to itself (no use of icons from template default)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.php

    r819 r860  
    156156
    157157//----------------------------------------------------- variable initialization
    158 $install_style = 'default';
    159 
    160158// Obtain various vars
    161159$dbhost = (!empty($_POST['dbhost'])) ? $_POST['dbhost'] : 'localhost';
     
    210208include( './language/'.$language.'/install.lang.php' );
    211209//----------------------------------------------------- template initialization
    212 $template=setup_style($install_style);
     210$template=setup_style('yoga');
    213211$template->set_filenames( array('install'=>'install.tpl') );
    214212$step = 1;
Note: See TracChangeset for help on using the changeset viewer.