Rev | Line | |
---|
[18811] | 1 | <?php |
---|
| 2 | if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); |
---|
| 3 | |
---|
| 4 | global $conf, $template; |
---|
| 5 | $params = array_merge(unserialize($conf['Slim'])); |
---|
| 6 | |
---|
| 7 | |
---|
| 8 | |
---|
| 9 | |
---|
| 10 | if ($params['color_theme'] == 2 ) |
---|
| 11 | { |
---|
| 12 | $template->block_html_head('', ' |
---|
| 13 | <link rel="stylesheet" type="text/css" href="themes/Slim/theme_black.css"> |
---|
| 14 | |
---|
[19205] | 15 | '); |
---|
[18811] | 16 | }; |
---|
| 17 | if ($params['color_theme'] == 3 ) |
---|
| 18 | { |
---|
| 19 | $template->block_html_head('', ' |
---|
| 20 | <link rel="stylesheet" type="text/css" href="themes/Slim/theme_grey.css"> |
---|
| 21 | |
---|
[18905] | 22 | '); |
---|
[18811] | 23 | }; |
---|
| 24 | |
---|
| 25 | |
---|
| 26 | |
---|
| 27 | |
---|
| 28 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.