equal
deleted
inserted
replaced
38 if($translate->_('config__head_logo') != 'config__head_logo' && $translate->_('config__head_logo') != null ) { |
38 if($translate->_('config__head_logo') != 'config__head_logo' && $translate->_('config__head_logo') != null ) { |
39 $head_logo = URL_ROOT."$rep/".$translate->_('config__head_logo'); |
39 $head_logo = URL_ROOT."$rep/".$translate->_('config__head_logo'); |
40 } |
40 } |
41 |
41 |
42 $embed = (isset($_REQUEST['embed']) && $_REQUEST['embed']); |
42 $embed = (isset($_REQUEST['embed']) && $_REQUEST['embed']); |
43 $videoWidth = ( $embed ? 442 : 480 ); |
43 $videoWidth = ( $embed ? 412 : 480 ); |
44 $videoHeight = ( $embed ? 250 : 320 ); |
44 $videoHeight = ( $embed ? 280 : 320 ); |
45 ?> |
45 ?> |
46 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" |
46 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" |
47 "http://www.w3.org/TR/html4/strict.dtd"> |
47 "http://www.w3.org/TR/html4/strict.dtd"> |
48 |
48 |
49 <html lang="<?php echo($actual); ?>"> |
49 <html lang="<?php echo($actual); ?>"> |
56 <link href='<?php echo(registry_url('PT-Sans_Narrow','font'))?>' rel='stylesheet' type='text/css'> |
56 <link href='<?php echo(registry_url('PT-Sans_Narrow','font'))?>' rel='stylesheet' type='text/css'> |
57 <link href='<?php echo(registry_url('PT-Sans','font'))?>' rel='stylesheet' type='text/css'> |
57 <link href='<?php echo(registry_url('PT-Sans','font'))?>' rel='stylesheet' type='text/css'> |
58 |
58 |
59 <!-- CSS --> |
59 <!-- CSS --> |
60 <link rel="stylesheet" href="<?php echo(registry_url('fancybox','css'));?>" type="text/css" media="screen"> |
60 <link rel="stylesheet" href="<?php echo(registry_url('fancybox','css'));?>" type="text/css" media="screen"> |
61 <link rel="stylesheet" href="<?php echo(registry_url('tweetcast','css'));?>?42" type="text/css" media="screen, projection"/> |
61 <link rel="stylesheet" href="<?php echo(registry_url('tweetcast','css'));?>" type="text/css" media="screen, projection"/> |
62 |
62 |
63 <!-- JAVASCRIPT --> |
63 <!-- JAVASCRIPT --> |
64 <script type="text/javascript" src="<?php echo(registry_url('jquery','js'))?>"></script> |
64 <script type="text/javascript" src="<?php echo(registry_url('jquery','js'))?>"></script> |
65 <script type="text/javascript" src="<?php echo(registry_url('jquery-mousewheel','js'))?>"></script> |
65 <script type="text/javascript" src="<?php echo(registry_url('jquery-mousewheel','js'))?>"></script> |
66 <script type="text/javascript" src="<?php echo(registry_url('jquery-scrollto','js'))?>"></script> |
66 <script type="text/javascript" src="<?php echo(registry_url('jquery-scrollto','js'))?>"></script> |