Rev | Line | |
---|
[18812] | 1 | <?php |
---|
| 2 | if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); |
---|
| 3 | |
---|
| 4 | global $conf, $template; |
---|
| 5 | $params = array_merge(unserialize($conf['Slimi'])); |
---|
| 6 | |
---|
| 7 | |
---|
| 8 | $template->block_html_head('', ' |
---|
| 9 | <style media="screen" type="text/css"> |
---|
| 10 | body{background:'.$params['bg_slimi'].'} |
---|
[19203] | 11 | #infoBlock,#imageHeaderBar, .jcarousel-skin-cat .jcarousel-container,#menubar{background:'.$params['bd_slimi'].'} |
---|
[18812] | 12 | #theHeader p, #theHeader h1{color:'.$params['title_slimi'].'} |
---|
| 13 | </style> |
---|
[18913] | 14 | '); |
---|
[18812] | 15 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.