Last change
on this file since 112724 was
112724,
checked in by jluc@…, 2 years ago
|
unit tests sur le sessionnement des inclusions + stylage des infos de var_cache par pipeline
|
File size:
510 bytes
|
Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | function cachelab_insert_head_css($flux) { |
---|
4 | // $css = find_in_path('css/cachelab.css'); |
---|
5 | // $flux .= "<link rel='stylesheet' type='text/css' media='all' href='$css' />\n"; |
---|
6 | $flux .= " |
---|
7 | <style> |
---|
8 | .cachelab_blocs { |
---|
9 | margin: 5px; |
---|
10 | background-color: lightyellow; |
---|
11 | font-family: Courier, \"Courier New\", monospace; |
---|
12 | font-size: 0.8em; |
---|
13 | color: black; |
---|
14 | } |
---|
15 | .cachelab_blocs h6 { margin: 2px; font-size: 0.8em;} |
---|
16 | .cachelab_blocs small {margin: 2px; padding: 2px; font-size: 60%;} |
---|
17 | </style>\n"; |
---|
18 | return $flux; |
---|
19 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.