diff options
author | friendica <info@friendica.com> | 2014-08-20 17:15:13 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-20 17:15:13 -0700 |
commit | a6829f7dcb6735ee0b2f003647cc168e55002a5f (patch) | |
tree | e85d0ddd4c516092f9a7da5ef779a8b35e1da3a4 /view | |
parent | e842359e9b3c02ad2bbfe8f6bb9b702d1502f1c5 (diff) | |
download | volse-hubzilla-a6829f7dcb6735ee0b2f003647cc168e55002a5f.tar.gz volse-hubzilla-a6829f7dcb6735ee0b2f003647cc168e55002a5f.tar.bz2 volse-hubzilla-a6829f7dcb6735ee0b2f003647cc168e55002a5f.zip |
move Friendica photo migrator to addons, bring back a few XML scraping functions that we're going to require (unfortunately)
Diffstat (limited to 'view')
-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> - |