Baseurl added, spelling corrected

This commit is contained in:
Saqib Razzaq 2016-06-09 03:50:45 -07:00
parent c3b0feee12
commit 277b6c70d2
2 changed files with 4 additions and 4 deletions

View file

@ -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=""> &larr; &nbsp;Go back to the homepage</a>
<p><strong>OOPS...</strong><span>The Page you are looking for is forbidden!</span></p>
<a href="{$baseurl}"> &larr; &nbsp;Go back to the homepage</a>
</div>
</div>
</div>

View file

@ -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=""> &larr; &nbsp;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}"> &larr; &nbsp;Go back to the homepage</a>
</div>
</div>
</div>