spawn
This commit is contained in:
parent
9736340e58
commit
be287573df
BIN
mojotrollz/page/default_page/img/eastern_kingdoms_map.png
Normal file
BIN
mojotrollz/page/default_page/img/eastern_kingdoms_map.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 726 KiB |
BIN
mojotrollz/page/default_page/img/kalimdor_map.png
Normal file
BIN
mojotrollz/page/default_page/img/kalimdor_map.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 717 KiB |
BIN
mojotrollz/page/default_page/img/maps.psd
Normal file
BIN
mojotrollz/page/default_page/img/maps.psd
Normal file
Binary file not shown.
BIN
mojotrollz/page/wizard_spawn/img/eastern_kingdoms_map.png
Normal file
BIN
mojotrollz/page/wizard_spawn/img/eastern_kingdoms_map.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 726 KiB |
BIN
mojotrollz/page/wizard_spawn/img/kalimdor_map.png
Normal file
BIN
mojotrollz/page/wizard_spawn/img/kalimdor_map.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 717 KiB |
22
mojotrollz/page/wizard_spawn/spawn.php
Normal file
22
mojotrollz/page/wizard_spawn/spawn.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
class wizard_spawn extends SYSTEM\PAGE\Page {
|
||||
|
||||
private function js(){
|
||||
return '';
|
||||
}
|
||||
|
||||
private function css (){
|
||||
return '';
|
||||
}
|
||||
|
||||
public function html(){
|
||||
$vars = array();
|
||||
$vars['js'] = $this->js();
|
||||
$vars['css'] = $this->css();
|
||||
$vars['PICPATH'] = \SYSTEM\WEBPATH(new PPAGE(),'wizard_spawn/img/');
|
||||
$vars = array_merge($vars, \SYSTEM\locale::getStrings(DBD\locale_string::VALUE_CATEGORY_MAINPAGE));
|
||||
return SYSTEM\PAGE\replace::replaceFile(SYSTEM\SERVERPATH(new PPAGE(),'wizard_spawn/spawn.tpl'), $vars);
|
||||
|
||||
}
|
||||
}
|
||||
1
mojotrollz/page/wizard_spawn/spawn.tpl
Normal file
1
mojotrollz/page/wizard_spawn/spawn.tpl
Normal file
@ -0,0 +1 @@
|
||||
abc
|
||||
Loading…
x
Reference in New Issue
Block a user