JezK
Edit File: 404.php
<!-- 404 Page not found - Oketheme.com --> <?php get_header(); ?> <div id="headback"> <div class="titleheader"> <h1 class="jumbo">Error 404</h1> <?php if ($oketheme['translate'] == 'id') {?> <p>Maaf, halaman yang Anda cari kemungkinan telah dipindahkan atau dihapus</p> <?php } else { ?> <p>Sorry, the page you are looking for may have been moved or deleted</p> <?php } ?> </div> </div> <div id="conwrap"> <?php randomtour();?> </div> <?php get_footer(); ?>