Skip to content

Commit

Permalink
version 2.3.38.20 lang
Browse files Browse the repository at this point in the history
  • Loading branch information
poluninatm committed Apr 19, 2022
2 parents ca12ced + 9c53fb0 commit 5281516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion totum/templates/page_template.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
} ?>

<script src="/js/main.js?v=ffa0b02"></script>
<script src="/js/i18n/<?= $this->Config->getLang() ?>.js?13"></script>
<script src="/js/i18n/<?= $this->Config->getLang() ?>.js?14"></script>
<script>App.lang = App.langs["<?= $this->Config->getLang() ?>"]</script>


Expand Down
2 changes: 1 addition & 1 deletion totum/templates/page_template_simple.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
type="text/css"
href="/css/main.css?v=d79625a">
<script src="/js/main.js?v=ffa0b02"></script>
<script src="/js/i18n/<?= $this->Config->getLang() ?>.js?13"></script>
<script src="/js/i18n/<?= $this->Config->getLang() ?>.js?14"></script>
<script>App.lang = App.langs["<?= $this->Config->getLang() ?>"]</script>

<link rel="shortcut icon" type="image/png" href="/fls/6_favicon.png"/>
Expand Down

0 comments on commit 5281516

Please sign in to comment.