Changeset 2921936
- Timestamp:
- 06/05/2023 09:15:36 PM (3 years ago)
- Location:
- quran-text-multilanguage/trunk/inc
- Files:
-
- 1 added
- 1 edited
-
images/country/ta.png (added)
-
template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
quran-text-multilanguage/trunk/inc/template.php
r2766798 r2921936 160 160 161 161 <option data-image="<?php echo plugin_dir_url(__FILE__); ?>images/country/ir.png" value="persian" <?php if(isset($_GET['lang_quran'])){if($_GET['lang_quran'] == 'persian'):echo 'selected="selected"';endif;}?>>Persian</option> 162 163 <option data-image="<?php echo plugin_dir_url(__FILE__); ?>images/country/ta.png" value="tajik" <?php if(isset($_GET['lang_quran'])){if($_GET['lang_quran'] == 'tajik'):echo 'selected="selected"';endif;}?>>Tajik</option> 162 164 163 165 <option data-image="<?php echo plugin_dir_url(__FILE__); ?>images/country/in.png" value="tamil" <?php if(isset($_GET['lang_quran'])){if($_GET['lang_quran'] == 'tamil'):echo 'selected="selected"';endif;}?>>Tamil</option>
Note: See TracChangeset
for help on using the changeset viewer.