Util/Lang

* cleanup Util 1/2
 * move spell effect/aura strings to Lang
This commit is contained in:
Sarjuuk
2017-04-19 01:09:14 +02:00
parent c1af1fd884
commit f503967c45
9 changed files with 510 additions and 506 deletions

View File

@@ -160,7 +160,7 @@ if (!empty($this->items)):
?>
<tr>
<th><?=Lang::game('requires2');?></th>
<td colspan="3"><?=(User::isInGroup(U_GROUP_STAFF) ? sprintf(Util::$dfnString, implode(' | ', $this->items[0]), $this->items[1]) : $this->items[1]);?></td>
<td colspan="3"><?=(User::isInGroup(U_GROUP_STAFF) ? sprintf(Util::$dfnString, implode('<br />', $this->items[0]), $this->items[1]) : $this->items[1]);?></td>
</tr>
<?php
endif;