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 =========================== --> <!-- Header =========================== -->
<headar class="header"> <headar class="header">
<div class="auto_container"> <div class="auto_container">
@ -12,7 +18,7 @@
</p> </p>
</div> </div>
</div> </div>
<a href="{{ 'home'|page}}" class="logo"> <a href="{{ 'home'|page}}" class="logo">
<img src="{{ 'assets/images/logo.png'|theme }}" alt="logo"/> <img src="{{ 'assets/images/logo.png'|theme }}" alt="logo"/>
</a> </a>
@ -47,7 +53,7 @@
alt="lang-flag" alt="lang-flag"
/> />
</span> </span>
{{code|upper }} {{code|upper }}
</a> </a>
{% endif %} {% endif %}
@ -59,4 +65,4 @@
</div> </div>
</div> </div>
</headar> </headar>
<!-- Header end ======================= --> <!-- Header end ======================= -->