run:R W Run
2.1 KB
2026-03-11 16:18:51
R W Run
967 By
2026-03-11 16:18:51
R W Run
3.4 KB
2026-03-11 16:18:51
R W Run
481 By
2026-03-11 16:18:51
R W Run
438 By
2026-03-11 16:18:51
R W Run
1.03 KB
2026-03-11 16:18:51
R W Run
702 By
2026-03-11 16:18:51
R W Run
1.85 KB
2026-03-11 16:18:51
R W Run
4.38 KB
2026-03-11 16:18:51
R W Run
error_log
📄header.php
1<?php
2/**
3 * @package WordPress
4 * @subpackage Theme_Compat
5 * @deprecated 3.0.0
6 *
7 * This file is here for backward compatibility with old themes and will be removed in a future version.
8 */
9_deprecated_file(
10 /* translators: %s: Template name. */
11 sprintf( __( 'Theme without %s' ), basename( __FILE__ ) ),
12 '3.0.0',
13 null,
14 /* translators: %s: Template name. */
15 sprintf( __( 'Please include a %s template in your theme.' ), basename( __FILE__ ) )
16);
17?>
18<!DOCTYPE html>
19<html <?php language_attributes(); ?>>
20<head>
21<link rel="profile" href="https://gmpg.org/xfn/11" />
22<meta http-equiv="Content-Type" content="<?php bloginfo( 'html_type' ); ?>; charset=<?php bloginfo( 'charset' ); ?>" />
23
24<title><?php echo wp_get_document_title(); ?></title>
25
26<link rel="stylesheet" href="<?php bloginfo( 'stylesheet_url' ); ?>" type="text/css" media="screen" />
27<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
28
29<?php if ( file_exists( get_stylesheet_directory() . '/images/kubrickbgwide.jpg' ) ) { ?>
30<style type="text/css" media="screen">
31
32 <?php
33 // Checks to see whether it needs a sidebar.
34 if ( empty( $withcomments ) && ! is_single() ) {
35 ?>
36 #page { background: url("<?php bloginfo( 'stylesheet_directory' ); ?>/images/kubrickbg-<?php bloginfo( 'text_direction' ); ?>.jpg") repeat-y top; border: none; }
37<?php } else { // No sidebar. ?>
38 #page { background: url("<?php bloginfo( 'stylesheet_directory' ); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; }
39<?php } ?>
40
41</style>
42<?php } ?>
43
44<?php
45if ( is_singular() ) {
46 wp_enqueue_script( 'comment-reply' );
47}
48?>
49
50<?php wp_head(); ?>
51</head>
52<body <?php body_class(); ?>>
53<div id="page">
54
55<div id="header" role="banner">
56 <div id="headerimg">
57 <h1><a href="<?php echo home_url(); ?>/"><?php bloginfo( 'name' ); ?></a></h1>
58 <div class="description"><?php bloginfo( 'description' ); ?></div>
59 </div>
60</div>
61<hr />
62
Ui Ux Design – Teachers Night Out

Get in Touch

© 2024 Teachers Night Out. All Rights Reserved.