]> git.mxchange.org Git - friendica.git/blob - view/templates/install/02_base_config.tpl
New group button
[friendica.git] / view / templates / install / 02_base_config.tpl
1 <h1><img width="32" height="32" src="{{$baseurl}}/images/friendica.svg"> {{$title}}</h1>
2 <h2>{{$pass}}</h2>
3
4 <p>
5         {{$info_01}}<br>
6         {{$info_02}}<br>
7         {{$info_03}}
8 </p>
9
10 <form id="install-form" action="{{$baseurl}}/index.php?pagename=install" method="post">
11
12         <input type="hidden" name="config-php_path" value="{{$php_path}}" />
13         <input type="hidden" name="pass" value="3" />
14
15         {{include file="field_input.tpl" field=$basepath}}
16         <br />
17         {{include file="field_input.tpl" field=$system_url}}
18
19         <input id="install-submit" type="submit" name="submit" value="{{$submit}}" />
20
21 </form>