mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 04:26:22 +05:30
Add lang key
This commit is contained in:
parent
e9589b1dc2
commit
0eeeec058c
33 changed files with 186 additions and 19 deletions
|
|
@ -51,7 +51,7 @@ echo '<script language="javascript">
|
|||
document.getElementById("information").innerHTML="Process completed";
|
||||
</script>';
|
||||
|
||||
echo '<a href="' . site_url() .'admin/search">Back to search index</a>';
|
||||
echo '<a href="' . site_url() .'admin/search">'. i18n('back_to') . ' ' . i18n('search_index') .'</a>';
|
||||
|
||||
// Redir
|
||||
echo '<script language="javascript">window.location.href = "' .site_url() . 'admin/search"</script>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue