diff options
author | Jesús Eduardo <heckyel@openmailbox.org> | 2017-05-22 22:04:38 -0500 |
---|---|---|
committer | Jesús Eduardo <heckyel@openmailbox.org> | 2017-05-22 22:04:38 -0500 |
commit | 800f178893a4685775be8dac994678361c98d783 (patch) | |
tree | d4a6de41c4bf03d1f5ccf8bbf117b88d91200ec2 /content-404.php | |
parent | 8c3185c2ca6d03e05fd25ff7954ee18db7122ceb (diff) | |
download | lidra-theme-800f178893a4685775be8dac994678361c98d783.tar.lz lidra-theme-800f178893a4685775be8dac994678361c98d783.tar.xz lidra-theme-800f178893a4685775be8dac994678361c98d783.zip |
Languages: Fixed command and Lidra.pot
Diffstat (limited to 'content-404.php')
-rw-r--r-- | content-404.php | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/content-404.php b/content-404.php index cb641aa..f0e3631 100644 --- a/content-404.php +++ b/content-404.php @@ -1,30 +1,30 @@ -<?php
-printf(
-'<div class="container">
- <div class="col-lg-8 col-lg-offset-2 text-center">
- <div class="logo">
- <h1 class="title_404">' . __('OPPS, Error 404 !', 'libre') . '</h1>
- </div>
- <p class="text-muted mensaje-error-404">' . __('The page or content is not available. Please verify that you have typed the correct URL.', 'Lidra') . '</p>
- <p class="text-muted">' . __('What if you start searching for it?', 'Lidra') . '</p>');
-printf('
- <div class="col-lg-6 col-lg-offset-3">
- <form action="' . esc_url( home_url( '/' ) ) . '" id="search-form" method="get" role="search">
- <div class="input-group">
- <input class="form-control" type="text" placeholder="' . esc_attr_x( 'Search …', 'placeholder' ) . '" value="' . get_search_query() . '" name="s" />
- <span class="input-group-btn">
- <button class="btn btn-primary" type="button" value="'. esc_attr_x( 'Search', 'submit button' ) .'">
- <i class="glyphicon glyphicon-search"></i>
- </button>
- </span>
- </div>
- </form>
- </div>');
-printf(
-' <div class="col-lg-6 col-lg-offset-3">
- <div class="btn-group btn-group-justified">
- <a href="'. get_bloginfo('url') .'" class="btn btn-success">' . __('Back to the Home Page', 'Lidra') . ' »</a>
- </div>
- </div>
- </div>
-</div>');
+<?php +printf( +'<div class="container"> + <div class="col-lg-8 col-lg-offset-2 text-center"> + <div class="logo"> + <h1 class="title_404">' . __('OPPS, Error 404 !', 'Lidra') . '</h1> + </div> + <p class="text-muted mensaje-error-404">' . __('The page or content is not available. Please verify that you have typed the correct URL.', 'Lidra') . '</p> + <p class="text-muted">' . __('What if you start searching for it?', 'Lidra') . '</p>'); +printf(' + <div class="col-lg-6 col-lg-offset-3"> + <form action="' . esc_url( home_url( '/' ) ) . '" id="search-form" method="get" role="search"> + <div class="input-group"> + <input class="form-control" type="text" placeholder="' . esc_attr_x( 'Search …', 'placeholder' ) . '" value="' . get_search_query() . '" name="s" /> + <span class="input-group-btn"> + <button class="btn btn-primary" type="button" value="'. esc_attr_x( 'Search', 'submit button' ) .'"> + <i class="glyphicon glyphicon-search"></i> + </button> + </span> + </div> + </form> + </div>'); +printf( +' <div class="col-lg-6 col-lg-offset-3"> + <div class="btn-group btn-group-justified"> + <a href="'. get_bloginfo('url') .'" class="btn btn-success">' . __('Back to the Home Page', 'Lidra') . ' »</a> + </div> + </div> + </div> +</div>'); |