mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 04:26:22 +05:30
Update functions.php
Add translation for 404-page title
This commit is contained in:
parent
d90e735525
commit
18acadadcc
1 changed files with 1 additions and 1 deletions
|
|
@ -2304,7 +2304,7 @@ function not_found()
|
|||
|
||||
header($_SERVER["SERVER_PROTOCOL"] . " 404 Not Found");
|
||||
render('404', array(
|
||||
'title' => 'This page doesn\'t exist! - ' . blog_title(),
|
||||
'title' => i18n('This_page_doesnt_exist') . ' - ' . blog_title(),
|
||||
'description' => '404 Not Found',
|
||||
'canonical' => site_url(),
|
||||
'breadcrumb' => '<a href="' . site_url() . '">' . config('breadcrumb.home') . '</a> » 404 Not Found',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue