mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-15 20:49:41 +01:00
for cashe
This commit is contained in:
@@ -238,7 +238,7 @@ class kleeja_style
|
||||
|
||||
if (strpos($matches[0], '{lang') !== false || strpos($matches[0], '{olang') !== false)
|
||||
{
|
||||
return '<?=isset(' . $variable . ') ? ' . $variable . ' : \'' . $matches[0] . '\'?>';
|
||||
return '<?=' . $variable . ' ?? \'' . $matches[0] . '\'?>';
|
||||
}
|
||||
|
||||
return '<?=' . $variable . '?>';
|
||||
|
||||
Reference in New Issue
Block a user