Change about page image

This commit is contained in:
Amanmyrat 2023-12-06 14:38:41 +05:00
parent 32c1918dcc
commit 8f7684e379
2 changed files with 10 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 MiB

After

Width:  |  Height:  |  Size: 2.0 MiB

View File

@ -1,4 +1,10 @@
==
<?php
function onStart(){
$this['activeLocaleFlag'] = 'assets/images/flag_'. $this->activeLocale .'.png';
}
?>
==
<!-- Header =========================== -->
<headar class="header">
<div class="auto_container">
@ -12,7 +18,7 @@
</p>
</div>
</div>
<a href="{{ 'home'|page}}" class="logo">
<img src="{{ 'assets/images/logo.png'|theme }}" alt="logo"/>
</a>
@ -47,7 +53,7 @@
alt="lang-flag"
/>
</span>
{{code|upper }}
</a>
{% endif %}
@ -59,4 +65,4 @@
</div>
</div>
</headar>
<!-- Header end ======================= -->
<!-- Header end ======================= -->