Sindbad~EG File Manager

Current Path : /home/bourgleram/www/plugins/msc_mediaelement_3.0.2/
Upload File :
Current File : /home/bourgleram/www/plugins/msc_mediaelement_3.0.2/mscme_pipelines.php

<?php
/*
 * Plugin MSC MediaElement pour SPIP 3
 * (c) 2013-2014 Jean-Yves Giraud
 */
if (!defined("_ECRIRE_INC_VERSION")) return;

function mscme_insert_head_css($flux) {
	$flux .="\n".'<link rel="stylesheet" href="'._DIR_PLUGIN_MSCME.'mediaelement/css/mediaelementplayer.css" type="text/css" media="all" />';
	return $flux;
}

function mscme_insert_head($flux) {
	$flux .="\n".'<script type="text/javascript" src="'._DIR_PLUGIN_MSCME.'mediaelement/mediaelement-and-player.min.js"></script>';
	$flux .="\n".'<script type="text/javascript">$(document).ready(function(){$("audio, video").mediaelementplayer();});</script>';
	return $flux;
}

?>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists