Skip to content

Commit

Permalink
evitar tener dos formularios de búsqueda seguidos
Browse files Browse the repository at this point in the history
  • Loading branch information
jesustorresdev committed Nov 20, 2014
1 parent 4ff767f commit db2dfab
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions 404.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php

global $ss_framework;

ss_get_template_part('templates/page', 'header');

$alert_message = __( 'Sorry, but the page you were trying to view does not exist.', 'shoestrap' );
echo $ss_framework->alert( $type = 'warning', $alert_message );
?>

<p><?php _e( 'It looks like this was the result of either:', 'shoestrap' ); ?></p>
<ul>
<li><?php _e( 'a mistyped address', 'shoestrap' ); ?></li>
<li><?php _e( 'an out-of-date link', 'shoestrap' ); ?></li>
</ul>
<div class="hidden-sm"><?php get_search_form(); ?></div>

0 comments on commit db2dfab

Please sign in to comment.