Created
June 12, 2012 18:01
-
-
Save takatoshi/2919049 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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