small comment fix

This commit is contained in:
Ulf Gebhardt 2014-11-07 20:47:22 +01:00
parent 10aaf291b2
commit a250bee112

View File

@ -8,8 +8,6 @@ class wizard_details extends SYSTEM\PAGE\Page {
public function html(){
$vars = json_decode(charcreation::data(),true)['result'];
//$vars['js'] = $this->js();
//$vars['css'] = $this->css();
$vars['WOWICONS'] = \SYSTEM\CONFIG\config::get(\SYSTEM\CONFIG\config_ids::SYS_CONFIG_PATH_BASEURL).'api.php?call=files&cat=wowicons&id=';
$vars['WOW_CLASS'] = \SYSTEM\CONFIG\config::get(\SYSTEM\CONFIG\config_ids::SYS_CONFIG_PATH_BASEURL).'api.php?call=files&cat=class&id=';
$vars['infotext_default'] = \SYSTEM\locale::getStrings(DBD\locale_string::VALUE_CATEGORY_WOW_INFOTEXT)['default'];