| Current Path : /home/histoio/www/plugins/auto/menu_langues_liens-70a36-v2.0.0/ |
| Current File : /home/histoio/www/plugins/auto/menu_langues_liens-70a36-v2.0.0/mll_pipelines.php |
<?php
if (!defined("_ECRIRE_INC_VERSION")) return;
function mll_insert_head_css($flux){
// Insertion de la feuille de styles du menu de langues
$css_mll = find_in_path('mll_styles.css');
$flux .='<link rel="stylesheet" type="text/css" media="screen" href="'.$css_mll.'" />';
return $flux;
}