mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-15 20:49:41 +01:00
Update data.html
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
<td>
|
||||
<select name="time_zone" id="time_zone" style="text-align:left;direction:ltr">
|
||||
{{foreach(time_zones() as $z=>$t):}}
|
||||
<option value="{{echo $z}}" {{if($z=='Asia/Buraydah'):}}selected="selected"{{endif;}}>{{echo $z}} (GMT{{echo $t < 0 ? $t : '+' . $t}}</option>
|
||||
<option value="{{echo $z}}" {{if($z=='Asia/Buraydah'):}}selected="selected"{{endif;}}>{{echo $z}} (GMT{{echo $t < 0 ? $t : '+' . $t}})</option>
|
||||
{{endforeach}}
|
||||
</select>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user