modification theme transnum
This commit is contained in:
parent
57a5517e19
commit
b6a33c03ec
|
@ -1,4 +1,4 @@
|
|||
{% set logo = "transnum-logo.png" %}
|
||||
{% set logo = "" %}
|
||||
|
||||
{% set fgheader = "" %}
|
||||
{% set header = "" %}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
{% block pagewrapper %}
|
||||
<div style="width: 400px;margin: auto;text-align: center;margin-top: 100px;">
|
||||
<a href="{{ path("cadoles_core_home") }}">
|
||||
<img id="logo" src="/{{ alias }}/{{ app.session.get('logo') }}">
|
||||
<img id="logo" src="/{{ alias }}/{{ app.session.get('logo') }}" style="max-width: 100%; max-height:100px;">
|
||||
|
||||
<h1>{{ app.session.get('appname') }}</h1>
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue