/ Published in: PHP
Expand |
Embed | Plain Text
<?php if ($this->error->code = '404') { ?> <div id="errorboxheader">Page not found</div> <div id="errorboxbody"><p>Sorry! That page cannot be found.</p> </div> </div> <?php } ?>
You need to login to post a comment.
