Plugin Directory

Changeset 2921936


Ignore:
Timestamp:
06/05/2023 09:15:36 PM (3 years ago)
Author:
karim42
Message:

fix Tajik

Location:
quran-text-multilanguage/trunk/inc
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • quran-text-multilanguage/trunk/inc/template.php

    r2766798 r2921936  
    160160           
    161161            <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>         
    162164
    163165            <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.