| Server IP : 74.208.236.52 / Your IP : 216.73.216.240 Web Server : Apache System : Linux infong527 4.4.400-icpu-115 #2 SMP Mon Jul 6 08:15:05 UTC 2026 x86_64 User : u44043973 ( 5404757) PHP Version : 8.4.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/18/d194259149/htdocs/magicofmakingup/wordpress/wp-content/themes/eximius/ |
Upload File : |
<!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>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php if (is_single() || is_page() || is_archive()) { ?>
<?php if (get_bloginfo('name') <> '') { ?> <?php wp_title('|',true,'right'); ?> <?php } ?>
<?php if (get_bloginfo('name') == '') { ?> <?php wp_title('',true); ?> <?php } ?>
<?php } ?>
<?php bloginfo('name'); ?> </title>
<link rel="shortcut icon" href="<?php bloginfo('template_directory'); ?>/images/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/style.css" media="all" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php
if(!defined("PHP_EOL")) define("PHP_EOL", strtoupper(substr(PHP_OS,0,3) == "WIN") ? "\r\n" : "\n");
print '<style type="text/css" media="all">'.PHP_EOL;
if(get_option('Eximius_hdrimage')=='yes'){
print '#header{ background: url("'.get_option('Eximius_hdrimagepath').'") no-repeat center top; }'.PHP_EOL;
print '#header { height: '.get_option('Eximius_hdrimageheight').'px; }'.PHP_EOL;
}
else {
print '#header { background: url("'.get_bloginfo('template_url').'/images/header.gif'.'") no-repeat ; }'.PHP_EOL;
print '#header { height: 100px; }'.PHP_EOL;
}
print '</style>'.PHP_EOL;
?>
<?php wp_head(); ?>
</head>
<body>
<div id="container">
<div id="header">
<h1 class="blogtitle"> <a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
<a href="<?php bloginfo('rss2_url'); ?>" class="rssicon" title="RSS"></a>
<h3 class="slogantext"><?php bloginfo('description'); ?></h3>
</div>
<ul id="NaviBar">
<li><a <?php if (is_page('home')) echo('class="current" '); ?>href="<?php bloginfo('url'); ?>/">Home</a></li>
<?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
<form method="get" id="search" action="<?php bloginfo('home'); ?>/">
<div><input type="text" value="Search" name="s" id="searchbox" onFocus="if (this.value == 'Search') {this.value = '';}" onBlur="if (this.value == '') {this.value = 'Search';}" />
<input type="image" src="<?php bloginfo('template_directory'); ?>/images/go.png" align="top" alt="Search" class="go" value="Search" />
</div>
</form>
</ul>