Blame view

protected/views/site/en/error.php 898 Bytes
a1684257   Administrator   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
  <!--
  <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>