Changeset 2827902
- Timestamp:
- 12/02/2022 07:13:21 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
quran-text-multilanguage/trunk/inc/functions_quran.php
r2445263 r2827902 216 216 $('span.ayaNum, .sm2_link').replaceWith(function(){ 217 217 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>"; 219 219 220 220 });
Note: See TracChangeset
for help on using the changeset viewer.