source: extensions/Slide/Slide.php @ 25911

Last change on this file since 25911 was 21579, checked in by Miklfe, 11 years ago
File size: 372 bytes
Line 
1<?php
2if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
3
4global $conf, $template,$smarty, $repeat;
5        $params = array_merge(unserialize($conf['Slide']));
6       
7       
8       
9       
10if ($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.