Plugin Directory

Changeset 2827902


Ignore:
Timestamp:
12/02/2022 07:13:21 PM (3 years ago)
Author:
karim42
Message:

reupload

File:
1 edited

Legend:

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

    r2445263 r2827902  
    216216    $('span.ayaNum, .sm2_link').replaceWith(function(){
    217217
    218         return "<a class='sm2_link' href='<?=$cheikh;?>/<?=$sura;?>/"+jQuery(this).html().match(/[0-9]+/)+".mp3'><span class='quranbadge quranbadge-info' id='kv"+jQuery(this).html().match(/[0-9]+/)+"'>  "+jQuery(this).html().match(/[0-9]+/)+" </span></a>";
     218        return "<a class='sm2_link' href='<?=$cheikh;?>/<?=$sura;?>/"+jQuery(this).html().match(/[0-9]+/)+".mp3'><img src='<?=plugin_dir_url(__FILE__);?>/images/speaker.svg' alt='play' class='kb-speaker'><span class='quranbadge quranbadge-info' id='kv"+jQuery(this).html().match(/[0-9]+/)+"'>  "+jQuery(this).html().match(/[0-9]+/)+" </span></a>";
    219219
    220220    });
Note: See TracChangeset for help on using the changeset viewer.