Actions

Source Code of This Project

/apps/frontend/modules/error/templates/404Success.php

<?php $email = str_replace('@', '[at]', sfConfig::get('app_contact_email')) ?>
<h3 class="pageDesc"><?php echo get_response_meta('title') ?></h3>
<h5><?php echo get_response_meta('description') ?></h5>
<dl class="sfTMessageInfo">
    <dt>Did you type the URL?</dt>
    <dd>You may have typed the address (URL) incorrectly. Check it to make sure you've got the exact right spelling, capitalization, etc.</dd>

    <dt>Did you follow a link from somewhere else at this site?</dt>
    <dd>If you reached this page from another part of this site, please email us at <?php echo mail_to($email) ?> so we can correct our mistake.</dd>

    <dt>Did you follow a link from another site?</dt>
    <dd>Links from other sites can sometimes be outdated or misspelled. Email us at <?php echo mail_to($email) ?> where you came from and we can try to contact the other site in order to fix the problem.</dd>

    <dt>What's next</dt>
    <dd>
        <ul class="sfTIconList">
            <li class="sfTLinkMessage"><a href="javascript:history.go(-1)">Back to previous page</a></li>
            <li class="sfTLinkMessage"><?php echo link_to('Go to Homepage', '@homepage') ?></li>
        </ul>
    </dd>
</dl>