Hello,
I would like to modify the GKWIND value for using on my website a whole number value, is it possible? how can i access to this value?
Thank you in advance for your precious help.
<?php if($this->config['showWind'] == 1) : ?><p class="gkwWind"><?php echo $this->parsedData['current_wind']; ?></p><?php endif; ?>