Advertisement
srikat

not_found.php

May 4th, 2012
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.63 KB | None | 0 0
  1. <div class="loop">
  2.     <div class="loop-content">
  3.         <div class="hentry">
  4.             <div class="entry-header clearfix">
  5.                 <h3 class="entry-title"><?php _e( "I'm sorry, but the page you're looking for isn't here.", 'it-l10n-Builder' ); ?></h3>
  6.             </div>
  7.            
  8.             <div class="entry-content clearfix">
  9.                 <p><?php _e( "We're sorry, but the page you are looking for isn't here.", 'it-l10n-Builder' ); ?></p>
  10.                 <p><?php _e( "Please use the search box and links on this page to find what you're looking for, or email me for assistance, and I'll see if I can track it down for you.", 'it-l10n-Builder' ); ?></p>
  11.             </div>
  12.         </div>
  13.     </div>
  14. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement