Does someone got the Dutch language files for Pokemon Area?.
Greets,
Ruben
Printable View
Does someone got the Dutch language files for Pokemon Area?.
Greets,
Ruben
They come with the download so you have them yourself.
Edit index.php
Code:<div id="header">
<div>
<ul>
<li class="en"><a href="index.php?page=<?php echo $page; ?>&language=en" alt="EN" title="HU">English</a></li>
<li class="nl"><a href="index.php?page=<?php echo $page; ?>&language=nl" alt="NL" title="NL">Netherlands</a></li>
</ul>
<h1><a href="index.php?page=home" title="Home" class="logo"><?php echo $txt['logo_text']; ?></a></h1>
</div>
</div>
It stays on English.
anyone?