Skip to content
Snippets Groups Projects
Commit 6e66d8c7 authored by root's avatar root Committed by lechuck
Browse files

Add theme the-scenery

parent 2d99535a
No related branches found
No related tags found
No related merge requests found
Showing
with 619 additions and 0 deletions
wp-content/themes/the-scenery/11670011000.jpg

51 KiB

<?php
/* Don't remove these lines. */
add_filter('comment_text', 'popuplinks');
while( have_posts()) : the_post();
?>
<!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>
<title><?php echo get_option('blogname'); ?> - <?php echo sprintf(__("Comments on %s"), the_title('','',false)); ?></title>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" />
<style type="text/css" media="screen">
@import url( <?php bloginfo('stylesheet_url'); ?> );
body { margin: 3px; }
</style>
</head>
<body id="commentspopup">
<h1 id="header"><a href="" title="<?php echo get_option('blogname'); ?>"><?php echo get_option('blogname'); ?></a></h1>
<h2 id="comments"><?php _e("Comments"); ?></h2>
<p><a href="<?php echo get_post_comments_feed_link($post->ID); ?>"><?php _e("<abbr title=\"Really Simple Syndication\">RSS</abbr> feed for comments on this post."); ?></a></p>
<?php if ('open' == $post->ping_status) { ?>
<p><?php _e("The <abbr title=\"Universal Resource Locator\">URL</abbr> to TrackBack this entry is:"); ?> <em><?php trackback_url() ?></em></p>
<?php } ?>
<?php
// this line is WordPress' motor, do not delete it.
$commenter = wp_get_current_commenter();
extract($commenter);
$comments = get_approved_comments($id);
$commentstatus = get_post($id);
if (!empty($commentstatus->post_password) && $_COOKIE['wp-postpass_'. COOKIEHASH] != $commentstatus->post_password) { // and it doesn't match the cookie
echo(get_the_password_form());
} else { ?>
<?php if ($comments) { ?>
<ol id="commentlist">
<?php foreach ($comments as $comment) { ?>
<li id="comment-<?php comment_ID() ?>">
<?php comment_text() ?>
<p><cite><?php comment_type(__('Comment'), __('Trackback'), __('Pingback')); ?> <?php _e("by"); ?> <?php comment_author_link() ?> &#8212; <?php comment_date() ?> @ <a href="#comment-<?php comment_ID() ?>"><?php comment_time() ?></a></cite></p>
</li>
<?php } // end for each comment ?>
</ol>
<?php } else { // this is displayed if there are no comments so far ?>
<p><?php _e("No comments yet."); ?></p>
<?php } ?>
<?php if ('open' == $commentstatus->comment_status) { ?>
<h2><?php _e("Leave a comment"); ?></h2>
<p><?php _e("Line and paragraph breaks automatic, e-mail address never displayed, <acronym title=\"Hypertext Markup Language\">HTML</acronym> allowed:"); ?> <code><?php echo allowed_tags(); ?></code></p>
<form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">
<?php if ( $user_ID ) : ?>
<p><?php printf(__('Logged in as %s.'), '<a href="'.get_option('siteurl').'/wp-admin/profile.php">'.$user_identity.'</a>'); ?> <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="<?php echo attribute_escape(__('Log out of this account')); ?>"><?php _e('Log out &raquo;'); ?></a></p>
<?php else : ?>
<p>
<input type="text" name="author" id="author" class="textarea" value="<?php echo $comment_author; ?>" size="28" tabindex="1" />
<label for="author"><?php _e("Name"); ?></label>
<input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" />
<input type="hidden" name="redirect_to" value="<?php echo attribute_escape($_SERVER["REQUEST_URI"]); ?>" />
</p>
<p>
<input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="28" tabindex="2" />
<label for="email"><?php _e("E-mail"); ?></label>
</p>
<p>
<input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" size="28" tabindex="3" />
<label for="url"><?php _e("<abbr title=\"Universal Resource Locator\">URL</abbr>"); ?></label>
</p>
<?php endif; ?>
<p>
<label for="comment"><?php _e("Your Comment"); ?></label>
<br />
<textarea name="comment" id="comment" cols="70" rows="4" tabindex="4"></textarea>
</p>
<p>
<input name="submit" type="submit" tabindex="5" value="<?php _e("Say It!"); ?>" />
</p>
<?php do_action('comment_form', $post->ID); ?>
</form>
<?php } else { // comments are closed ?>
<p><?php _e("Sorry, the comment form is closed at this time."); ?></p>
<?php }
} // end password check
?>
<div><strong><a href="javascript:window.close()"><?php _e("Close this window."); ?></a></strong></div>
<?php // if you delete this the sky will fall on your head
endwhile;
?>
<!-- // this is just the end of the motor - don't touch that line either :) -->
<?php //} ?>
<p class="credit"><?php timer_stop(1); ?> <?php echo sprintf(__("<cite>Powered by <a href=\"http://wordpress.org\" title=\"%s\"><strong>WordPress</strong></a></cite>"),__("Powered by WordPress, state-of-the-art semantic personal publishing platform.")); ?></p>
<?php // Seen at http://www.mijnkopthee.nl/log2/archive/2003/05/28/esc(18) ?>
<script type="text/javascript">
<!--
document.onkeypress = function esc(e) {
if(typeof(e) == "undefined") { e=event; }
if (e.keyCode == 27) { self.close(); }
}
// -->
</script>
</body>
</html>
<div id="comments">
<div id="comment-title">
<?php if ( !empty($post->post_password) && $_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) : ?>
<p><?php _e('Enter your password to view comments.'); ?></p>
<?php return; endif; ?>
<h2><?php comments_number(__('No Comments'), __('1 Comment'), __('% Comments')); ?>
<?php if ( comments_open() ) : ?>
<a href="#postcomment" onclick="jQuery('#comment')[0].focus(); return false;" title="<?php _e("Leave a comment"); ?>">&raquo;</a>
<?php endif; ?>
</h2>
<div class="rss" id="comment-rss"><?php post_comments_feed_link(__('<abbr title="Really Simple Syndication">RSS</abbr>')); ?>
<?php if ( pings_open() ) : ?>
<a href="<?php trackback_url() ?>" rel="trackback"><?php _e('TrackBack <abbr title="Universal Resource Locator">URL</abbr>'); ?></a>
<?php endif; ?>
</div>
</div>
<div id="comment-list">
<?php if ( $comments ) : ?>
<?php $comment_number = 0?>
<?php foreach ($comments as $comment) : ?>
<div class="comment-container <?php echo ++$comment_number % 2 ? "comment-odd" : "comment-even"; ?>">
<h3 class="comment-number"><?php echo $comment_number;?></h3>
<div id="comment-<?php comment_ID() ?>" class="comment">
<?php echo get_avatar( $comment, 48 ); ?>
<div class="content"><?php comment_text() ?></div>
<div class="meta"><cite><?php comment_type('<!--'.__('Comment').'-->', __('Trackback').' '.__('by').' ', __('Pingback').' '.__('by').' '); ?><?php comment_author_link() ?> @ <?php comment_date() ?> <?php comment_time() ?></cite> <?php edit_comment_link(__("Edit This"), ' | '); ?></div>
</div>
</div>
<?php endforeach; ?>
<?php else : // If there are no comments yet ?>
<!--we already say 'no comments' in the title-->
<?php endif; ?>
</div>
<form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="comment-form"><div id="comment-form-body">
<?php if ( comments_open() ) : ?>
<h2 id="postcomment"><?php _e('Leave a comment'); ?></h2>
<?php if ( get_option('comment_registration') && !$user_ID ) : ?>
<p><?php printf(__('You must be <a href="%s">logged in</a> to post a comment.'), get_option('siteurl')."/wp-login.php?redirect_to=".urlencode(get_permalink()));?></p>
<?php else : ?>
<?php if ( $user_ID ) : ?>
<p><?php printf(__('Logged in as %s.'), '<a href="'.get_option('siteurl').'/wp-admin/profile.php">'.$user_identity.'</a>'); ?> <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="<?php _e('Log out of this account') ?>"><?php _e('Log out &raquo;'); ?></a></p>
<?php else : ?>
<p><input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" size="22" tabindex="1" />
<label for="author"><small><?php _e('Name'); ?> <?php if ($req) _e('(required)'); ?></small></label></p>
<p><input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="22" tabindex="2" />
<label for="email"><small><?php _e('Mail (will not be published)');?> <?php if ($req) _e('(required)'); ?></small></label></p>
<p><input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" size="22" tabindex="3" />
<label for="url"><small><?php _e('Website'); ?></small></label></p>
<?php endif; ?>
<!--<p><small><strong>XHTML:</strong> <?php printf(__('You can use these tags: %s'), allowed_tags()); ?></small></p>-->
<div>
<textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea><br />
<input name="submit" type="submit" id="submit" tabindex="5" value="<?php echo attribute_escape(__('Submit Comment')); ?>" />
</div>
<input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" />
<?php do_action('comment_form', $post->ID); ?>
<?php endif; // If registration required and not logged in ?>
<?php else : // Comments are closed ?>
<p><?php _e('Sorry, the comment form is closed at this time.'); ?></p>
<?php endif; ?>
</div>
<div id="comment-form-footer">
</div>
</form>
</div>
\ No newline at end of file
<attach event="ondocumentready" handler="parseStylesheets" />
<script>
/**
* Whatever:hover - V1.42.060206 - hover & active
* ------------------------------------------------------------
* (c) 2005 - Peter Nederlof
* Peterned - http://www.xs4all.nl/~peterned/
* License - http://creativecommons.org/licenses/LGPL/2.1/
*
* Whatever:hover is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* Whatever:hover is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* Credits and thanks to:
* Arnoud Berendsen, Martin Reurings, Robert Hanson
*
* howto: body { behavior:url("csshover.htc"); }
* ------------------------------------------------------------
*/
var csshoverReg = /(^|\s)(([^a]([^ ]+)?)|(a([^#.][^ ]+)+)):(hover|active)/i,
currentSheet, doc = window.document, hoverEvents = [], activators = {
onhover:{on:'onmouseover', off:'onmouseout'},
onactive:{on:'onmousedown', off:'onmouseup'}
}
function parseStylesheets() {
if(!/MSIE (5|6)/.test(navigator.userAgent)) return;
window.attachEvent('onunload', unhookHoverEvents);
var sheets = doc.styleSheets, l = sheets.length;
for(var i=0; i<l; i++)
parseStylesheet(sheets[i]);
}
function parseStylesheet(sheet) {
if(sheet.imports) {
try {
var imports = sheet.imports, l = imports.length;
for(var i=0; i<l; i++) parseStylesheet(sheet.imports[i]);
} catch(securityException){}
}
try {
var rules = (currentSheet = sheet).rules, l = rules.length;
for(var j=0; j<l; j++) parseCSSRule(rules[j]);
} catch(securityException){}
}
function parseCSSRule(rule) {
var select = rule.selectorText, style = rule.style.cssText;
if(!csshoverReg.test(select) || !style) return;
var pseudo = select.replace(/[^:]+:([a-z-]+).*/i, 'on$1');
var newSelect = select.replace(/(\.([a-z0-9_-]+):[a-z]+)|(:[a-z]+)/gi, '.$2' + pseudo);
var className = (/\.([a-z0-9_-]*on(hover|active))/i).exec(newSelect)[1];
var affected = select.replace(/:(hover|active).*$/, '');
var elements = getElementsBySelect(affected);
if(elements.length == 0) return;
currentSheet.addRule(newSelect, style);
for(var i=0; i<elements.length; i++)
new HoverElement(elements[i], className, activators[pseudo]);
}
function HoverElement(node, className, events) {
if(!node.hovers) node.hovers = {};
if(node.hovers[className]) return;
node.hovers[className] = true;
hookHoverEvent(node, events.on, function() { node.className += ' ' + className; });
hookHoverEvent(node, events.off, function() { node.className = node.className.replace(new RegExp('\\s+'+className, 'g'),''); });
}
function hookHoverEvent(node, type, handler) {
node.attachEvent(type, handler);
hoverEvents[hoverEvents.length] = {
node:node, type:type, handler:handler
};
}
function unhookHoverEvents() {
for(var e,i=0; i<hoverEvents.length; i++) {
e = hoverEvents[i];
e.node.detachEvent(e.type, e.handler);
}
}
function getElementsBySelect(rule) {
var parts, nodes = [doc];
parts = rule.split(' ');
for(var i=0; i<parts.length; i++) {
nodes = getSelectedNodes(parts[i], nodes);
} return nodes;
}
function getSelectedNodes(select, elements) {
var result, node, nodes = [];
var identify = (/\#([a-z0-9_-]+)/i).exec(select);
if(identify) {
var element = doc.getElementById(identify[1]);
return element? [element]:nodes;
}
var classname = (/\.([a-z0-9_-]+)/i).exec(select);
var tagName = select.replace(/(\.|\#|\:)[a-z0-9_-]+/i, '');
var classReg = classname? new RegExp('\\b' + classname[1] + '\\b'):false;
for(var i=0; i<elements.length; i++) {
result = tagName? elements[i].all.tags(tagName):elements[i].all;
for(var j=0; j<result.length; j++) {
node = result[j];
if(classReg && !classReg.test(node.className)) continue;
nodes[nodes.length] = node;
}
}
return nodes;
}
</script>
\ No newline at end of file
<!-- begin footer -->
</div><!--end of the body div-->
<?php get_sidebar(); ?>
</div><!--end of the content div-->
<?php if(thescenery_getsetting('pageList', 'true') == 'true'){?>
<div id="footer-menu" class="dropdown-menu <?php echo is_search() ? "current_not_selecting" : "current_selecting";?>">
<ul>
<li id="footer-menu-leftconner">&nbsp;</li>
<li class="page_item <?php echo is_home() ? "current_page_item" : (!is_page() && !is_search() ? "current_page_ancestor" : "")?>"><a title="<?php _e('Home')?>" href="<?php bloginfo("url")?>"><?php _e('Home')?></a></li>
<?php wp_list_pages(array(
"title_li" => ""
)) ?>
<li id="footer-menu-rightconner">&nbsp;</li>
</ul>
</div>
<?php }?>
<?php if(thescenery_getsetting('searchBox', 'true') == 'true'){?>
<div id="footer-searchform-left">
<form id="footer-searchform" method="get" action="<?php bloginfo('url'); ?>" class="<?php if(is_search()){ ?>current_searching current_selecting<?php } else {?>current_not_selecting<?php }?>">
<div id="footer-searchform-leftconner">&nbsp;</div>
<div id="footer-searchform-conent">
<input name="s" id="s" size="15" type="text" <?php if( function_exists("is_search") && is_search()) { echo 'value="';the_search_query(); echo'"'; } ?>><input value="<?php _e("Search")?>" type="submit">
<?php if(is_search()){ ?><script type="text/javascript">var s=jQuery("#s")[0];s.focus();s.select();</script><?php } ?>
</div>
</form>
</div>
<?php }?>
<div id="body-close">&nbsp;</div>
<div id="footer">
<div id="footer-shadow"></div>
<div id="footer-body">
<div class="credit"><!--<?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. --> <cite><?php echo sprintf(__("Powered by <a href='http://wordpress.org/' title='%s'><strong>WordPress</strong></a>"), __("Powered by WordPress, state-of-the-art semantic personal publishing platform.")); ?>. <?php _e('Current Theme')?>: <a href="http://leen.name/the-scenery-wp-theme" target="_blank">The Scenery</a>.</cite></div>
<?php wp_footer(); ?>
</div>
</div>
</div><!--end of non-background-->
<script type="text/javascript">
function replaceFooter(){
if(document.getElementById('non-background').scrollHeight <= document.documentElement.clientHeight)
jQuery("#footer").prependTo("body").css({position: "absolute",bottom: 0, 'z-index': 3});
else
jQuery("#footer").appendTo("#non-background").css("position", "relative");
}
if(jQuery.browser.safari)//there are bugs here for webkit
jQuery(function(){
setTimeout(replaceFooter, 100);
});
else
replaceFooter();
jQuery(window).resize(replaceFooter);
</script>
<style type="text/css">
body{
background-repeat: no-repeat;
background-attachment: fixed;
_behavior: url(<?php bloginfo('template_url'); ?>/csshover.htc);/*damn IE6*/
}
</style>
<div id="background">
<!--flash background-->
<script language="JavaScript" type="text/javascript">
<!--
// function to pass settings to flex
function getTheSceneryThemeSettings(){
return {
<?php
foreach(thescenery_getsettings() as $key => $value){
?>
<?php echo $key?>: '<?php echo $value?>',
<?php
}
?>
_:''
};
}
var backgroundImageWidth, backgroundImageHeight;
var backgroundImageLoaded = false;
function onBackgroundImageLoad(){
// http://stackoverflow.com/questions/318630/get-real-image-width-and-height-with-javascript-in-safari-chrome
if(backgroundImageLoaded)
return;
if (jQuery.browser.safari && document.readyState != "complete"){
setTimeout( arguments.callee, 100 );
return;
}
backgroundImageLoaded = true;
backgroundImageWidth = jQuery('#backgroundImage').innerWidth();
backgroundImageHeight = jQuery('#backgroundImage').innerHeight();
if(backgroundImageWidth > 0 && backgroundImageHeight > 0){
updateBackgroundImage();
jQuery('#backgroundImage').css('visibility', 'visible');
jQuery(window).resize(updateBackgroundImage);
}
}
function updateBackgroundImage(){
var settings = getTheSceneryThemeSettings();
var windowWidth = jQuery(window).width(), windowHeight = jQuery(window).height();
var width, height;
var top = 0, left = 0;
switch(settings.backgroundType){
case 'stretch':
width = windowWidth;
height = windowHeight;
break;
case 'keepratio':
if(windowHeight > 0 && windowWidth > 0){
if(windowWidth / windowHeight > backgroundImageWidth / backgroundImageHeight){
// do width fit
width = windowWidth;
height = windowWidth * backgroundImageHeight / backgroundImageWidth;
if(settings.backgroundVerticalAlign == 'top')
top = 0;
else if(settings.backgroundVerticalAlign == 'center')
top = (windowHeight - height) / 2;
else
top = windowHeight - height;
}else{
// do height fit
height = windowHeight;
width = windowHeight * backgroundImageWidth / backgroundImageHeight;
if(settings.backgroundHorizontalAlign == 'left')
left = 0;
else if(settings.backgroundHorizontalAlign == 'center')
left = (windowWidth - width) / 2;
else
left = windowWidth - width;
}
}
break;
}
jQuery('#backgroundImage').css({
'width': width + 'px',
'height': height + 'px',
'top': top + 'px',
'left': left + 'px'
});
}
jQuery(function(){
var settings = getTheSceneryThemeSettings();
if(settings.backgroundType == 'original')
jQuery("body").css({
"background-image": "url(<?php echo thescenery_getsetting('backgroundImage')?>)",
"background-position": settings.backgroundVerticalAlign + " " + settings.backgroundHorizontalAlign
});
else {
jQuery('<img id="backgroundImage" src="<?php echo htmlspecialchars(thescenery_getsetting('backgroundImage'))?>" onload="onBackgroundImageLoad();" style="position: absolute; visibility: hidden;" />').appendTo("#background");
if(jQuery.browser.safari)
setTimeout(onBackgroundImageLoad, 100);
}
});
// -->
</script>
<noscript>
<!--if there is no javascript, fallback to css background-->
<style type="text/css">
body{
background-image:url(<?php echo thescenery_getsetting('backgroundImage')?>);
background-repeat: no-repeat;
background-attachment: fixed;
}
</style>
</noscript>
</div>
</body>
</html>
\ No newline at end of file
<?php
if ( function_exists('register_sidebar') ){
// sidebar1
register_sidebar(array(
'before_widget' => '<li id="%1$s" class="widget %2$s">',
'after_widget' => '</li>',
'before_title' => '<h3>',
'after_title' => '</h3>',
));
}
$thescenery_defaultsettings = array(
backgroundType => 'keepratio', //stretch, keepratio, original
//backgroundImage => get_bloginfo('template_url') . '/11670011000.jpg',
blur => 'false',
blurRate => '5',
// options for keepratio backgroundType
backgroundHorizontalAlign => 'left',
backgroundVerticalAlign => 'top',
pageList => 'true',
searchBox => 'false'
);
$thescenery_settings = null;
function thescenery_getsettings($force_reload = false){
global $thescenery_defaultsettings, $thescenery_settings;
if(!$thescenery_settings || $force_reload){
if(!get_option('thescenery_settings_initialized')){
add_option('thescenery_settings_initialized', '1');
foreach($thescenery_defaultsettings as $k => $v)
add_option("thescenery_$k", $v);
}
$thescenery_settings = array();
foreach($thescenery_defaultsettings as $k => $default_value){
$value = get_option("thescenery_$k");
if(!is_string($value))
$value = $default_value;
$thescenery_settings[$k] = $value;
}
}
$thescenery_settings['backgroundImage'] = get_bloginfo('template_url') . '/11670011000.jpg';
return $thescenery_settings;
}
function thescenery_updatesettings($settings){
global $thescenery_defaultsettings, $thescenery_settings;
foreach($thescenery_defaultsettings as $k => $default_value)
if(is_string($settings[$k]))
update_option("thescenery_$k", $settings[$k]);
thescenery_getsettings(true);
}
function thescenery_getsetting($name, $default=''){
$settings = thescenery_getsettings($name);
$value = $settings[$name];
if(!is_string($value))
return $default;
return $value;
}
include_once 'theme-options.php';
?>
<!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 profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
<style type="text/css" media="screen">
@import url(<?php bloginfo('stylesheet_url'); ?>);
</style>
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_get_archives('type=monthly&format=link'); ?>
<?php //comments_popup_script(); // off by default ?>
<?php wp_enqueue_script('jquery'); ?>
<?php wp_head(); ?>
<style type="text/css">
<?php
if(is_page()){
?>
/*pages has nothing to do with these things*/
.widget_categories,
.widget_archive,
.widget_tag_cloud,
.widget_calendar
{
display: none;
}
<?php
}?>
</style>
<script type="text/javascript">
<!--
<?php
$blog_url = preg_replace('/\/^/', "", get_bloginfo('url'));
$http_refer = $_SERVER['HTTP_REFERER'];
// we don't do opening animation if we are browsing inside wordpress.
$from_wordpress = substr($http_refer, 0, strlen($blog_url)) == $blog_url ? "true" : "false";
?>
var fromWordpress=<?php echo $from_wordpress;?>;
// -->
</script>
</head>
<body>
<div id="non-background">
<div id="header">
<h1 id="header-title">
<a href="<?php bloginfo('url'); ?>/"><?php bloginfo('name'); ?></a>
</h1>
<span id="header-description"><?php bloginfo('description'); ?> <a href="<?php bloginfo('rss2_url'); ?>" title="RSS"><img align="absmiddle" alt="RSS" src="<?php bloginfo('template_url'); ?>/images/rss-12px.png" /></a></span>
</div>
<script type="text/javascript">
if(jQuery.browser.mozilla && jQuery.browser.version >= '1.9.1'
|| jQuery.browser.safari && jQuery.browser.version >= '530.0'){
jQuery("#header-title a").css({'text-shadow': '2px 2px 2px #333333', 'color': '#eeeeee'});
jQuery("#header-description").css({'text-shadow': '1px 1px 1px #333333'});
} else{
jQuery("#header-title").clone().hide().prependTo("#header").attr("id", "header-title-shadow").css("width", "100%").show();
jQuery("#header-title").css({opacity: 0.4});
}
</script>
<div id="body">
<div id="content">
<!-- end header -->
\ No newline at end of file
wp-content/themes/the-scenery/images/background-#000-1px-o70.png

196 B

wp-content/themes/the-scenery/images/background-#000-1px-o80.png

196 B

wp-content/themes/the-scenery/images/background-#444-1px-o70.png

202 B

wp-content/themes/the-scenery/images/background-#777-1px-o80.png

202 B

wp-content/themes/the-scenery/images/conner-#000-10px-o30.png

728 B

wp-content/themes/the-scenery/images/conner-#000-10px-o70.png

15.7 KiB

wp-content/themes/the-scenery/images/conner-#000-10px-o80.png

15.7 KiB

wp-content/themes/the-scenery/images/conner-#444-10px-o50.png

3.27 KiB

wp-content/themes/the-scenery/images/conner-#444-10px-o70.png

3.27 KiB

wp-content/themes/the-scenery/images/conner-#666-10px.png

3.27 KiB

wp-content/themes/the-scenery/images/date-background.png

568 B

wp-content/themes/the-scenery/images/gradient-black-25pt.png

2.77 KiB

wp-content/themes/the-scenery/images/item-number-even.png

492 B

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment