Philipp Holzer
f0382ab919
- centralized installation - renamed Core\Install to Core\Installer - avoid using $a->data[] for states - removed unnecessary code
14 lines
298 B
Smarty
14 lines
298 B
Smarty
|
|
|
|
<h1><img src="{{$baseurl}}/images/friendica-32.png"> {{$title}}</h1>
|
|
<h2>{{$pass}}</h2>
|
|
|
|
|
|
{{foreach $checks as $check}}
|
|
<img src="{{$baseurl}}/view/install/red.png" alt="Requirement not satisfied">
|
|
{{$check.title}}
|
|
<textarea rows="24" cols="80">{{$check.help}}</textarea>
|
|
{{/foreach}}
|
|
|
|
{{$text}}
|