soundmap_theme/header-carnaval.php
2016-11-29 01:18:17 +01:00

46 lines
2.4 KiB
PHP

<?php //include "krumo/class.krumo.php" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats please -->
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/carnaval/hotsPlayer.css" />
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('template_url'); ?>/carnaval.css" />
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('template_url'); ?>/carnaval/antiscroll.css" />
<!--[if IE]><link rel="stylesheet" type="text/css" media="screen" href="<?php bloginfo('stylesheet_directory'); ?>/ie.css" />< ![endif]-->
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
<link href='http://fonts.googleapis.com/css?family=Terminal+Dosis:500' rel='stylesheet' type='text/css'>
<?php wp_head(); ?>
<!-- the core stuff -->
<script src="<?php bloginfo('template_url'); ?>/carnaval/js/jquery.jkit.1.1.13.min.js" type="text/javascript"></script>
<script src="<?php bloginfo('template_url'); ?>/carnaval/antiscroll.js" type="text/javascript"></script>
<script src="<?php bloginfo('template_url'); ?>/carnaval/soundmanager2.js" type="text/javascript"></script>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/carnaval/js/paper.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/carnaval/js/hotsPlayer.js"></script>
<script src="<?php bloginfo('template_url'); ?>/carnaval/js/carnaval.js" type="text/javascript"></script>
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
</head>
<body>
<?php
$imagen = rand(1,8)
?>
<img src="<?php bloginfo('template_url'); ?>/carnaval/c<?php print $imagen;?>.jpg" data-jkit='[background:distort=no]' width="1920" height="1080">
<div id="content">
<!-- end header -->