Baseurl added, spelling corrected
This commit is contained in:
parent
c3b0feee12
commit
277b6c70d2
2 changed files with 4 additions and 4 deletions
|
@ -11,8 +11,8 @@
|
|||
<img src="{$imageurl}/403.png" alt="" class="img-responsive">
|
||||
</div>
|
||||
<div class="alert-text clearfix">
|
||||
<p><strong>OOPS...</strong><span>The Page you are looking for Forbidden!</span></p>
|
||||
<a href=""> ← Go back to the homepage</a>
|
||||
<p><strong>OOPS...</strong><span>The Page you are looking for is forbidden!</span></p>
|
||||
<a href="{$baseurl}"> ← Go back to the homepage</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
<img src="{$imageurl}/404.png" alt="" class="img-responsive">
|
||||
</div>
|
||||
<div class="alert-text clearfix">
|
||||
<p><strong>Looks like you're lost</strong><span>The Page you are looking for not available!</span></p>
|
||||
<a href=""> ← Go back to the homepage</a>
|
||||
<p><strong>Looks like you're lost</strong><span>The Page you are looking for is not available!</span></p>
|
||||
<a href="{$baseurl}"> ← Go back to the homepage</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue