diff options
author | marijus <mario@mariovavti.com> | 2014-08-21 13:20:49 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-08-21 13:20:49 +0200 |
commit | 1a3be504516db7106ea0ce385691e5a3eca4c084 (patch) | |
tree | 55f499ebec38276e2d055d07788a18bafbb7d74d /view/tpl/frphotos.tpl | |
parent | 0b95a60f22949eccb9acd28ac7400f6da00f3585 (diff) | |
parent | a59a6fbd90d115cf9e9836c986c81541a88697ee (diff) | |
download | volse-hubzilla-1a3be504516db7106ea0ce385691e5a3eca4c084.tar.gz volse-hubzilla-1a3be504516db7106ea0ce385691e5a3eca4c084.tar.bz2 volse-hubzilla-1a3be504516db7106ea0ce385691e5a3eca4c084.zip |
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'view/tpl/frphotos.tpl')
-rw-r--r-- | view/tpl/frphotos.tpl | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/view/tpl/frphotos.tpl b/view/tpl/frphotos.tpl deleted file mode 100644 index b8e978825..000000000 --- a/view/tpl/frphotos.tpl +++ /dev/null @@ -1,13 +0,0 @@ -<h3>{{$header}}</h3> - -<p class="descriptive-text">{{$desc}}</p> - -<form action="frphotos" method="post" autocomplete="off" > - -{{include file="field_input.tpl" field=$fr_server}} -{{include file="field_input.tpl" field=$fr_username}} -{{include file="field_password.tpl" field=$fr_password}} - -<input type="submit" name="submit" value="{{$submit}}" /> -</form> - |