source: plugins/sktheme/1_9_2/sktheme_head.php @ 5

Last change on this file since 5 was 5, checked in by guille, 17 years ago

Plugin sktheme para seleccionar esqueleto

File size: 294 bytes
Line 
1<?php
2
3
4
5function 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.