Ejemplo n.º 1
0
?>
	    <![endif]-->
	    <!--[if IE 7]>
	      <?php 
print base_get_ie_styles(7);
?>
	    <![endif]-->
    	<?php 
print satellite_footer_change();
?>
    	<?php 
print satellite_header_background();
?>
	</head>
<body<?php 
print base_body_class($left_top, $left, $left_bottom, $right_top, $right, $right_top);
?>
>
	
	<!-- Layout -->

	<div id="wrapper">
			<div id="container" class="clear-block">
				<div id="shadow">
					<div id="shadow-top">
						<div id="shadow-footer">
							<div id="footer-fade" class="custom-bg">
								<div id="header-top">
									<div class="inner">
										<?php 
print $header_top;
Ejemplo n.º 2
0
	<style type="text/css"> 
	form { margin-top: 2em; }
	#submit, #key { width: 90%; font-size: 24px; }
	#language { margin-top: .5em; }
	.error { background: #f66; }
	span.h3 { padding:0 8px; font-size:1.3em; font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif; font-weight:700; color:#333333; }
	</style>
	<?php 
}
add_action('wp_head', 'wpmu_activate_stylesheet');
get_header();
?>

</head>
<body class="<?php 
base_body_class();
?>
">
<?php 
include TEMPLATEPATH . '/branding.php';
?>

<div id="content" class="inner clearfix">
	<div id="content-main">
	
		<?php 
if (empty($_GET['key']) && empty($_POST['key'])) {
    ?>
			
			<h2><?php 
    _e('Activation Key Required');