mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/13740] Add navigation bar support for the installer
Also added various UI elements and texts. [ci skip] PHPBB3-13740
This commit is contained in:
@@ -53,4 +53,11 @@ interface module_interface
|
||||
* @return int
|
||||
*/
|
||||
public function get_step_count();
|
||||
|
||||
/**
|
||||
* Returns an array to the correct navigation stage
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function get_navigation_stage_path();
|
||||
}
|
||||
|
Reference in New Issue
Block a user