error.php 898 Bytes
<!--
<h2>Error <?php echo $code; ?></h2>

<div class="error">
    <?php echo CHtml::encode($message); ?>
</div>
-->

<?php $this->renderPartial('//snippets/headerGallery'); ?>
<div class="wrapper content-wrapper">
    <div class="error-box">
        <h1>Sorry...</h1>

        <p>The page you are trying to access does not exist. We apologize for the inconvenience. There are tips how to
            find the information you are looking for below: </p>

        <ul>
            <li>Start from <a href="<?php echo CHtml::encode($this->createUrl('site/index'))?>">main page</a>;</li>
            <li> return to the previous page;</li>
            <li>if you consider that this is an error, please let us know «<a
                    href="<?php echo CHtml::encode($this->createUrl('site/contact'))?>">Report an error</a>»;
            </li>
                   
        </ul>
    </div>
</div>