add piwik installation
This commit is contained in:
parent
90aa4ef157
commit
8c5d4f0c31
3197 changed files with 563902 additions and 0 deletions
|
|
@ -0,0 +1,18 @@
|
|||
{% extends '@Installation/layout.twig' %}
|
||||
|
||||
{% block content %}
|
||||
<h2>{{ 'Installation_DatabaseSetup'|translate }}</h2>
|
||||
|
||||
{% if errorMessage is defined %}
|
||||
<div class="error">
|
||||
<img src="plugins/Zeitgeist/images/error_medium.png"/>
|
||||
{{ 'Installation_DatabaseErrorConnect'|translate }}:
|
||||
<br/>{{ errorMessage|raw }}
|
||||
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if form_data is defined %}
|
||||
{% include "genericForm.twig" %}
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue