XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
custom.inc.php
1<?php
2
3$wizardSeq->insertAfter( 'modcheck', 'modcheckext', _INSTALL_L81, 'start', _INSTALL_L80, false );
4$wizardSeq->insertAfter( 'modcheck_trust', 'modcheck_trustext', _INSTALL_L167, 'start', _INSTALL_L103, false );
5$wizardSeq->insertAfter( 'siteInit', 'insertData_theme', _INSTALL_L117 );
6
7$wizardSeq->add( 'insertData_theme', _INSTALL_L116, 'finish', _INSTALL_L117 );
8
9// function replaceAfter( $after, $name, $title='', $next='', $next_btn='', $back='', $back_btn='', $reload='' )
10$wizardSeq->replaceAfter( 'langselect', 'start', _INSTALL_L80, 'modcheckext', _INSTALL_L81, 'langselect', _INSTALL_L103, false );
11$wizardSeq->replaceAfter( 'modcheckext', 'dbform', _INSTALL_L90, 'dbconfirm', _INSTALL_L91, 'langselect', _INSTALL_L103, false );
12$wizardSeq->replaceAfter( 'dbconfirm', 'dbsave', _INSTALL_L92, 'modcheck_trustext', _INSTALL_L167, 'dbconfirm', _INSTALL_L53, false );