Merge branch 'master' into dist/envole/6/master
This commit is contained in:
commit
30eb0d07e2
|
@ -1,4 +1,4 @@
|
||||||
{% set logo = "transnum-logo.png" %}
|
{% set logo = "" %}
|
||||||
|
|
||||||
{% set fgheader = "" %}
|
{% set fgheader = "" %}
|
||||||
{% set header = "" %}
|
{% set header = "" %}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
{% block pagewrapper %}
|
{% block pagewrapper %}
|
||||||
<div style="width: 400px;margin: auto;text-align: center;margin-top: 100px;">
|
<div style="width: 400px;margin: auto;text-align: center;margin-top: 100px;">
|
||||||
<a href="{{ path("cadoles_core_home") }}">
|
<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>
|
<h1>{{ app.session.get('appname') }}</h1>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in New Issue