changes
This commit is contained in:
parent
8874f0d3b2
commit
23422ca0f2
@ -3,9 +3,7 @@
|
||||
Template Name: Archives
|
||||
*/
|
||||
?>
|
||||
|
||||
<?php get_header();?>
|
||||
|
||||
<div id="container">
|
||||
<div id="content" role="main">
|
||||
<header class="entry-header">
|
||||
@ -29,6 +27,5 @@ Template Name: Archives
|
||||
</table>
|
||||
</div><!-- #content -->
|
||||
</div><!-- #container -->
|
||||
|
||||
<?php get_sidebar(); ?>
|
||||
<?php get_footer(); ?>
|
||||
|
@ -7,7 +7,6 @@
|
||||
* @package wp386
|
||||
*/
|
||||
?>
|
||||
|
||||
<footer id="colophon" class="site-footer" role="contentinfo">
|
||||
<div class="site-info container">
|
||||
<?php do_action( 'wp386_credits' ); ?>
|
||||
@ -24,7 +23,6 @@
|
||||
|
||||
<?php wp_footer(); ?>
|
||||
|
||||
</body>
|
||||
<script src="<?php echo get_stylesheet_directory_uri(); ?>/js/jquery.js"></script>
|
||||
<script src="<?php echo get_stylesheet_directory_uri(); ?>/js/bootstrap-386.js"></script>
|
||||
<script src="<?php echo get_stylesheet_directory_uri(); ?>/js/bootstrap-transition.js"></script>
|
||||
@ -35,4 +33,6 @@
|
||||
speedFactor: 1.5
|
||||
};
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
10
header.php
10
header.php
@ -6,14 +6,14 @@
|
||||
*
|
||||
* @package wp386
|
||||
*/
|
||||
?><!DOCTYPE html>
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html <?php language_attributes(); ?>>
|
||||
<head>
|
||||
<meta charset="<?php bloginfo( 'charset' ); ?>">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="description" content="<?php bloginfo('description'); ?>" />
|
||||
<title><?php wp_title( '|', true, 'right' ); ?></title>
|
||||
<link rel="profile" href="http://gmpg.org/xfn/11">
|
||||
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
|
||||
<?php wp_head(); ?>
|
||||
</head>
|
||||
@ -25,17 +25,15 @@
|
||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||
<div class="navbar-inner">
|
||||
<div class="container">
|
||||
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home" class="brand"><?php bloginfo( 'name' ); ?></a><div id="site-description"><?php $fortune_file='bofh-excuses'; $fortune_args='-s -n 90'; include '/meta/s/stian/html/inc/fortune.php'; ?></div>
|
||||
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home" class="brand"><?php bloginfo( 'name' ); ?></a>
|
||||
<div id="site-description"><?php $fortune_file='bofh-excuses'; $fortune_args='-s -n 90'; include '/meta/s/stian/html/inc/fortune.php'; ?></div>
|
||||
<?php $walker = new Bootstrap_Nav_Menu_Walker(); ?>
|
||||
<?php wp_nav_menu( array( 'theme_location' => 'primary', 'container' => false, 'menu_class' => 'nav', 'walker' => $walker, 'fallback_cb' => '' ) ); ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</header><!-- #masthead -->
|
||||
|
||||
<div id="main" class="site-main container">
|
||||
|
||||
<?php if (is_active_sidebar( 'sidebar-1' )): ?>
|
||||
<div class="row">
|
||||
<div class="span3">
|
||||
|
Loading…
Reference in New Issue
Block a user