]> git.mxchange.org Git - friendica.git/blob - view/templates/install_finished.tpl
Merge pull request #11628 from annando/api-pinned
[friendica.git] / view / templates / install_finished.tpl
1 <h1><img width="32" height="32" src="{{$baseurl}}/images/friendica.svg"> {{$title}}</h1>
2 <h2>{{$pass}}</h2>
3
4 {{foreach $checks as $check}}
5 <img src="{{$baseurl}}/view/install/red.png" alt="{{$requirement_not_satisfied}}">
6 {{$check.title nofilter}}
7 <textarea rows="24" cols="80">{{$check.help nofilter}}</textarea>
8 {{/foreach}}
9
10 {{$text nofilter}}