sivann / itdb

IT Items Database
http://www.sivann.gr/software/itdb/
GNU General Public License v3.0
154 stars 105 forks source link

Polish currency PLN #75

Closed LimakPL closed 6 months ago

LimakPL commented 4 years ago

Polish currency. Settings.php ->114-116 line

      <?php if ($settings['currency']=="&#122;&#322;") $s="SELECTED"; else $s="" ?>
      <option <?php echo $s?> title='PLN' value='<?php echo htmlentities("&#122;&#322;");?>'>&#122;&#322;</option>