infobox
@ -5,5 +5,6 @@ namespace DBD;
|
||||
class locale_string extends \SYSTEM\DBD\locale_string {
|
||||
|
||||
const VALUE_CATEGORY_MAINPAGE = 100;
|
||||
const VALUE_CATEGORY_WOW_INFOTEXT = 120;
|
||||
|
||||
}
|
||||
|
Before Width: | Height: | Size: 107 KiB After Width: | Height: | Size: 49 KiB |
BIN
mojotrollz/page/default_page/img/World-Of-Warcraft-Logo.psd
Normal file
@ -39,13 +39,12 @@
|
||||
<br>
|
||||
<img src="${PICPATH}priest.png" style="opacity: 0.2;"/>
|
||||
<img src="${PICPATH}mage.png" style="opacity: 0.2;"/>
|
||||
<br>
|
||||
<br>
|
||||
<img src="${PICPATH}warlock.png" style="opacity: 0.2;"/>
|
||||
<img src="${PICPATH}druid.png" style="opacity: 0.2;"/>
|
||||
</div>
|
||||
|
||||
<div id="details_info" style="float: left; margin: 15px;">
|
||||
Test, dies ist ein
|
||||
<br>
|
||||
sehr Hilfreicher
|
||||
<div id="details_info" style="float: left; margin-top: 15px; width: 190px; padding: 8px; padding-bottom: 110px; font-size: 12px; background: url(${PICPATH}infotext_background.png) no-repeat;">
|
||||
<h3><center>Info</center></h3>
|
||||
${infotext_human}
|
||||
</div>
|
||||
|
||||
BIN
mojotrollz/page/wizard_details/img/infotext_background.png
Normal file
|
After Width: | Height: | Size: 91 KiB |
BIN
mojotrollz/page/wizard_details/img/infotext_background.psd
Normal file
@ -17,6 +17,7 @@ class wizard_details extends SYSTEM\PAGE\Page {
|
||||
$vars['css'] = $this->css();
|
||||
$vars['PICPATH'] = \SYSTEM\WEBPATH(new PPAGE(),'wizard_details/img/');
|
||||
$vars = array_merge($vars, \SYSTEM\locale::getStrings(DBD\locale_string::VALUE_CATEGORY_MAINPAGE));
|
||||
$vars = array_merge($vars, \SYSTEM\locale::getStrings(DBD\locale_string::VALUE_CATEGORY_WOW_INFOTEXT));
|
||||
return SYSTEM\PAGE\replace::replaceFile(SYSTEM\SERVERPATH(new PPAGE(),'wizard_details/details.tpl'), $vars);
|
||||
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 440 KiB After Width: | Height: | Size: 459 KiB |
BIN
mojotrollz/page/wizard_spawn/img/eastern_kingdoms_map.psd
Normal file
|
Before Width: | Height: | Size: 431 KiB After Width: | Height: | Size: 446 KiB |