Mini Shell Moded By TiGER HeX
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
mnt
/
volume_sfo2_01
/
50mmla
/
blog
/
wp-content
/
themes
/
default
/
Linux midnightridazz 4.19.0-11-cloud-amd64 #1 SMP Debian 4.19.146-1 (2020-09-17) x86_64
Upload File :
New :
File
Dir
/mnt/volume_sfo2_01/50mmla/blog/wp-content/themes/default/header.php
<?php include_once($_SERVER['DOCUMENT_ROOT'].'/includes/static/configure.php'); include_once($_SERVER['DOCUMENT_ROOT'].'/includes/static/util.php'); include_once($_SERVER['DOCUMENT_ROOT'].'/includes/static/dbcon.php'); include_once($_SERVER['DOCUMENT_ROOT'].'/includes/static/gdimg.php'); include_once($_SERVER['DOCUMENT_ROOT'].'/includes/static/sessions.php'); include_once($_SERVER['DOCUMENT_ROOT'].'/includes/appTop.php'); $pg_name = basename($_SERVER['PHP_SELF']); include_once($_SERVER['DOCUMENT_ROOT'].'/includes/header.php'); ?><?php /** * @package WordPress * @subpackage Default_Theme */ ?> <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <style type="text/css" media="screen"> <?php // Checks to see whether it needs a sidebar or not if ( !empty($withcomments) && !is_single() ) { ?> #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg-<?php bloginfo('text_direction'); ?>.jpg") repeat-y top; border: none; } <?php } else { // No sidebar ?> #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; } <?php } ?> </style> <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?> <?php wp_head(); ?> </head> <body> <div id="page"> </div> <hr />