display_header

Definition:
function display_header() {}

Display install header.

Source code

function display_header() {

	header( 'Content-Type: text/html; charset=utf-8' );

?>

<!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" <?php language_attributes(); ?>>

<head>

	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

	<title><?php _e( 'WordPress &rsaquo; Installation' ); ?></title>

	<?php wp_admin_css( 'install', true ); ?>

</head>

<body>

<h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png" /></h1>



<?php

} // end display_header()

920

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: