ajout theme acpoitiers

This commit is contained in:
afornerot 2020-09-04 16:17:52 +02:00
parent 688bd52ff2
commit 88287f7cfe
8 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,28 @@
{% set logo = "icart.png" %}
{% set fgheader = "true" %}
{% set header = "header.jpg" %}
{% set heightheader = "" %}
{% set colormain = "3BB9C4" %}
{% set fontcolorhover = "" %}
{% set colorbody = "" %}
{% set fontfacetitle = "Grandstander" %}
{% set fontfacebody = "" %}
{{
render(url("cadoles_core_theme_setconfig",
{
'logo':logo,
'fgheader':fgheader,
'header': header,
'heightheader': heightheader,
'colormain': colormain,
'fontcolorhover': fontcolorhover,
'colorbody': colorbody,
'fontfacetitle': fontfacetitle,
'fontfacebody': fontfacebody
}
))
}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -0,0 +1,3 @@
name: AC Poitiers
author: Arnaud Fornerot
version: 1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB