[SKEL] -skel_lhc_pipelines.php: plus besoin depuis le passage à notre
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Thu, 25 Jul 2013 05:52:16 +0000 (07:52 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Thu, 25 Jul 2013 05:52:16 +0000 (07:52 +0200)
propre thème

www/plugins/skel_lhc/skel_lhc_pipelines.php [deleted file]

diff --git a/www/plugins/skel_lhc/skel_lhc_pipelines.php b/www/plugins/skel_lhc/skel_lhc_pipelines.php
deleted file mode 100644 (file)
index 4b16b63..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-    function skel_lhc_insert_head($texte){
-        $texte .= '<link rel="stylesheet" type="text/css" href="'.find_in_path('habillage/skel_lhc.css').'" media="all" />'."\n";
-        return $texte;
-    }
-?>