source:
extensions/Slide/Slide.php
@
25760
Last change on this file since 25760 was 21579, checked in by , 12 years ago | |
---|---|
File size: 372 bytes |
Line | |
---|---|
1 | <?php |
2 | if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); |
3 | |
4 | global $conf, $template,$smarty, $repeat; |
5 | $params = array_merge(unserialize($conf['Slide'])); |
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/Slide/white.css"> |
14 | |
15 | ',$smarty, $repeat); |
16 | }; |
17 | |
18 | |
19 | |
20 | |
21 | |
22 | ?> |
Note: See TracBrowser
for help on using the repository browser.