Change: add lang attribute to the main template, to the language files and to the processing scripts
This commit is contained in:
parent
a6daece140
commit
ca31135c36
8 changed files with 13 additions and 5 deletions
|
@ -54,6 +54,7 @@ if(defined('JLOG_ADMIN')) {
|
|||
|
||||
$_search = array (
|
||||
"<jlog:language />",
|
||||
"<jlog:html-language />",
|
||||
"<jlog:website />",
|
||||
"<jlog:title />",
|
||||
"<jlog:aditional-header />",
|
||||
|
@ -81,6 +82,7 @@ $_search = array (
|
|||
|
||||
$_replace = array (
|
||||
$l['language'],
|
||||
$l['html_language'],
|
||||
htmlspecialchars(JLOG_WEBSITE, ENT_QUOTES),
|
||||
htmlspecialchars($c['meta']['title']),
|
||||
$c['meta']['aditionalheader'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue