Changeset 5936 in spip-zone
- Timestamp:
- Oct 6, 2006, 7:49:41 AM (15 years ago)
- Location:
- _plugins_/_dev_/habillages
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/_dev_/habillages/habillages_pipelines.php
r5917 r5936 41 41 function habillages_header_prive($flux) { 42 42 if (_request('exec')=='config_habillages' || _request('exec')=='habillages_squelettes' || _request('exec')=='habillages_styles' || _request('exec')=='habillages_images' || _request('exec')=='habillages_icones') { 43 $flux .= '<link rel="stylesheet" type="text/css" href="'._DIR_PLUGIN_HABILLAGES.' ../img_pack/habillages_habillages.css" >';43 $flux .= '<link rel="stylesheet" type="text/css" href="'._DIR_PLUGIN_HABILLAGES.'img_pack/habillages_habillages.css" >'; 44 44 } 45 45 return $flux; -
_plugins_/_dev_/habillages/img_pack/habillages_habillages.css
r5917 r5936 2 2 color: #626262; 3 3 } 4 5 .auteur { 6 color: #626262; 7 }
Note: See TracChangeset
for help on using the changeset viewer.