|
|
|
@ -26,8 +26,9 @@ function TypoEnluminee_insert_head($flux) {
|
|
|
|
|
$flux = TypoEnluminee_insert_head_css($flux); |
|
|
|
|
return $flux; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
function TypoEnluminee_header_prive($texte) { |
|
|
|
|
$texte.= '<link rel="stylesheet" type="text/css" href="' . _DIR_PLUGIN_TYPOENLUMINEE . 'css/enluminurestypo.css" />' . "\n"; |
|
|
|
|
$texte.= '<link rel="stylesheet" type="text/css" href="' . _DIR_PLUGIN_TYPOENLUMINEE . 'css/enluminurestypo_prive.css" />' . "\n"; |
|
|
|
|
$texte .= '<link rel="stylesheet" type="text/css" href="' . find_in_path('css/enluminurestypo.css') . '" />' . "\n"; |
|
|
|
|
$texte .= '<link rel="stylesheet" type="text/css" href="' . find_in_path('css/enluminurestypo_prive.css') . '" />' . "\n"; |
|
|
|
|
return $texte; |
|
|
|
|
} |
|
|
|
|