Quitar iconos de la cabecera

git-svn-id: https://192.168.0.254/svn/Proyectos.OriginalHouse_Web/trunk@36 54e8636e-a86c-764f-903d-b964358a1ae2
This commit is contained in:
David Arranz 2011-07-14 17:08:16 +00:00
parent 34ecc75c9b
commit ce270ae524
2 changed files with 2 additions and 7 deletions

View File

@ -48,11 +48,13 @@
</div><!-- /#logo -->
<div id="header-left" class="fl">
<?php if (false) { ?>
<div class="tool-icons fl">
<ul>
<li><a class="home" href="<?php bloginfo( 'url' ); ?>" title="<?php bloginfo( 'name' ); ?>"><span><?php _e( 'Home', 'woothemes' ); ?></span></a></li>
</ul>
</div>
<?php } ?>
</div><!-- /#header-right -->
<div class="fix"></div>

View File

@ -22,15 +22,8 @@
<?php the_content(); ?>
<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'woothemes' ), 'after' => '</div>' ) ); ?>
</div><!-- /.entry -->
<?php edit_post_link( __( '{ Edit }', 'woothemes' ), '<span class="small">', '</span>' ); ?>
</div><!-- /.post -->
<?php
$comm = $woo_options['woo_comments'];
if ( ( $comm == 'page' || $comm == 'both' ) ) {
comments_template();
}
?>
<?php
}
} else {