-
-
-
-
-
\ No newline at end of file
diff --git a/mojotrollz/page/page_mojotrollz.php b/mojotrollz/page/page_mojotrollz.php
index b36c6cd..1c41a52 100644
--- a/mojotrollz/page/page_mojotrollz.php
+++ b/mojotrollz/page/page_mojotrollz.php
@@ -5,44 +5,21 @@ class page_mojotrollz extends \SYSTEM\API\api_default {
public static function default_page(){
return new default_page();}
- public static function action_wizard(){
- return new wizard_frame();}
+ public static function action_wizard_details(){
+ return new wizard_details();}
- public static function action_media(){
- throw new ERROR("test");
- }
+ public static function action_wizard_visuals(){
+ return new wizard_visuals();}
- public static function action_googlemaps(){
- return new googlemaps();
- }
+ public static function action_wizard_friend(){
+ return new wizard_friend();}
- public static function action_osm(){
- return new osm();
- }
+ public static function action_wizard_spawn(){
+ return new wizard_spawn();}
- public static function action_test(){
- return new default_page();
- }
+ public static function action_wizard_summ(){
+ return new wizard_summ();}
- public static function action_prices(){
- return new default_prices();}
-
- public static function action_contact(){
- return new default_contact();}
-
- public static function action_certificates(){
- return new default_certificates();}
-
- public static function action_partners(){
- return new default_partners();
- }
-
- public static function action_developer(){
- require_once '../system/sai/autoload.inc.php';
- //require_once 'dasense/sai/autoload.inc.php';
- //require_once 'dasense/sai/register_modules.php';
- return new \SYSTEM\SAI\saigui();}
-
-
-
-}
\ No newline at end of file
+ public static function action_wizard_reg(){
+ return new wizard_reg();}
+}
diff --git a/mojotrollz/page/register_page_classes.php b/mojotrollz/page/register_page_classes.php
index 0ff6c88..2f66118 100644
--- a/mojotrollz/page/register_page_classes.php
+++ b/mojotrollz/page/register_page_classes.php
@@ -1,6 +1,11 @@
js();
+ $vars['css'] = $this->css();
+ $vars = array_merge($vars, \SYSTEM\locale::getStrings(DBD\locale_string::VALUE_CATEGORY_MAINPAGE));
+ return SYSTEM\PAGE\replace::replaceFile(SYSTEM\SERVERPATH(new PPAGE(),'wizard_details/details.tpl'), $vars);
+
+ }
+}
\ No newline at end of file