Last change
on this file since 242 was
30,
checked in by sebas, 17 years ago
|
nueva importacion del codigo del esqueleto de redcta con los plugins
|
File size:
271 bytes
|
Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | |
---|
4 | |
---|
5 | function sktheme_insert_head($flux){ |
---|
6 | |
---|
7 | if ($GLOBALS['meta']['sktheme_switcher_activated']) { |
---|
8 | |
---|
9 | $flux .=' |
---|
10 | <style type="text/css" media="print"> |
---|
11 | /* <![CDATA[ */ |
---|
12 | #sktheme_switcher { display: none; } |
---|
13 | /* ]]> */ |
---|
14 | </style> |
---|
15 | '; |
---|
16 | |
---|
17 | return $flux; |
---|
18 | |
---|
19 | } |
---|
20 | } |
---|
21 | |
---|
22 | |
---|
23 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.