source: extensions/Float/float.php @ 20461

Last change on this file since 20461 was 19025, checked in by Miklfe, 11 years ago
File size: 425 bytes
Line 
1<?php
2if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
3
4global $conf, $template;
5  $params = array_merge(unserialize($conf['Float']));
6
7 
8  $template->block_html_head('', '
9<style media="screen" type="text/css">
10body{background:'.$params['bg_float'].'}
11.content .titrePage, .thumbContent{background:'.$params['bd_float'].'}
12#theHeader p, #theHeader h1{color:'.$params['title_float'].'}
13</style>
14');
15?>
Note: See TracBrowser for help on using the repository browser.