[CSS] +habillage
[lhc/web/clavettes.git] / clavettes_pipelines.php
diff --git a/clavettes_pipelines.php b/clavettes_pipelines.php
new file mode 100644 (file)
index 0000000..fdcfa0b
--- /dev/null
@@ -0,0 +1,6 @@
+<?php
+    function clavettes_insert_head($texte){
+        $texte .= '<link rel="stylesheet" type="text/css" href="'.find_in_path('css/habillage.css').'" media="all" />'."\n";
+        return $texte;
+    }
+?>