Change about page image
This commit is contained in:
parent
32c1918dcc
commit
8f7684e379
Binary file not shown.
|
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 2.0 MiB |
|
|
@ -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 ======================= -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue