Skip to content

Instantly share code, notes, and snippets.

@takatoshi
Created June 12, 2012 18:01
Show Gist options
  • Select an option

  • Save takatoshi/2919049 to your computer and use it in GitHub Desktop.

Select an option

Save takatoshi/2919049 to your computer and use it in GitHub Desktop.
<?php elseif(is_404()) : ?>
<h1>404 NOT FOUND ERROR!!</h1>
<p>指定したページが見つかりませんでした。</p>
<?php endif; ?>
<?php endif; ?>
</div><!-- /#content -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment