From bb98b20786c8e3d1d834d2cd30d35cc500a46ab8 Mon Sep 17 00:00:00 2001 From: Heckyel Date: Fri, 10 Mar 2017 18:27:37 -0500 Subject: =?UTF-8?q?Optimizaci=C3=B3n=20del=20c=C3=B3digo=20+=20LibreVideoJ?= =?UTF-8?q?S=20v2.0=20+=20Languages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- header.php | 49 ++++++++++++++++++++++--------------------------- 1 file changed, 22 insertions(+), 27 deletions(-) (limited to 'header.php') diff --git a/header.php b/header.php index 910327f..91d2e9b 100644 --- a/header.php +++ b/header.php @@ -3,55 +3,50 @@ printf( ' - - - - '); + + + +'); if ( is_home() ) { printf(' - ' . get_bloginfo('name'). '' -); +' . get_bloginfo('name'). '' + ); } elseif ( is_single() || is_page() ) { printf(' - ' . get_bloginfo('name') . ' | ' . get_the_title(). '' +' . get_bloginfo('name') . ' | ' . get_the_title(). '' ); } else { printf(' - ' . get_bloginfo('name'). '' +' . get_bloginfo('name'). '' ); } printf(' - - + '); - wp_head(); -printf(' - +wp_head(); +printf( +'
-- cgit v1.2.3