en | fr | Contact  | Imprimer  | Partager

Fichier FrameBeurk

Fmbk/Module/Zeek/fonctionsZeek.php

<?php //FrameBeurk V0.65 Copyright ToolOscope 2016. Licence CeCILL-C.


// ------------------------------------------ Gestion des BBCodes ---------------------------------------------------------

// modification des BBcodes 'mp3' du module Kom1
if (isset($CONFIG['Param']['BBReplacements2'])) {
    
$CONFIG['Param']['BBReplacements2']['mp3'] = function (&$matches) { return'<a class="ecouter" data-play="' str_replace(' ''%20''$1') . '">$1</a>'; };
    
$CONFIG['Param']['BBReplacements2']['mp3='] = function (&$matches) { return    '<a class="ecouter" data-play="' str_replace(' ''%20''$1') . '">$2</a>'; };
}


© ToolOscope SASU 2010-2015. © Arnaud De Rette 2016-2018. Tous droits réservés.