Skip to content

Commit

Permalink
Added translation parts to 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
garkok committed Nov 7, 2016
1 parent 4413688 commit 0164752
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/main/views/not_found_index.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');?>

<h1>404 Page not found</h1>
<h1>{{ language:404 Page not found }}</h1>
<p>
Sorry, the page does not exists.<br />
<a class="btn btn-primary" href="{{ site_url }}">Please go back <i class="glyphicon glyphicon-home"></i></a>
{{ language:Sorry, the page does not exists. }}<br />
<a class="btn btn-primary" href="{{ site_url }}">{{ language:Please go back }}<i class="glyphicon glyphicon-home"></i></a>
</p>

0 comments on commit 0164752

Please sign in to comment.