Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Updating 403 page
  • Loading branch information
briandunnigan authored and briandunnigan committed Mar 7, 2016
1 parent 50164fb commit 88e85b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions 403.php
Expand Up @@ -14,14 +14,11 @@ get_header(); ?>
<div class="row">
<div class="col-sm-6">
<header class="page-header">
<h1 class="page-title"><?php _e( 'I\'m Sorry... <br/>That page can&rsquo;t be found.', 'cs' ); ?></h1>
<p class="text-muted">Error 403: Forbidden.</p>
<h1 class="page-title"><?php _e( 'Error 403: Access Denied.', 'cs' ); ?></h1>
<p class="text-muted">You do not have the correct permissions for this page. Please contact the site administrator to gain access.</p>
</header><!-- .page-header -->
<div class="page-content">
<p><?php _e( 'It looks like nothing was found at this location. Maybe try one of the links above or a search?', 'cs' ); ?></p>
<div class="col-sm-6">
<?php get_search_form(); ?>
</div>

<div class="col-sm-6">
<ul>
<?php
Expand All @@ -41,7 +38,7 @@ get_header(); ?>
</div><!-- .page-content -->
</div>
<div class="col-sm-6">
<img src="<?php bloginfo('template_directory'); ?>/img/JonathanStill.jpg" alt="Photo of a puppy."/>
<img src="<?php bloginfo('template_directory'); ?>/img/JonathanStill-403.png" alt="Photo of a puppy."/>
</div>
</div>
</section><!-- .error-404 -->
Expand Down
Binary file added img/JonathanStill-403.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 88e85b6

Please sign in to comment.