the hall names are localized now
This commit is contained in:
parent
596c530250
commit
aa97df05ee
|
@ -42,7 +42,7 @@ $content = require __DIR__ . DIRECTORY_SEPARATOR . 'schedule' . DIRECTORY_SEPARA
|
|||
<?php
|
||||
foreach ($content['halls'] as $hall_name) {
|
||||
?>
|
||||
<td><?php echo htmlspecialchars($hall_name); ?></td>
|
||||
<td><?php echo htmlspecialchars($hall_name[$lang]); ?></td>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue