aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/settings.tpl
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-06-17 17:44:31 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-06-17 17:44:31 -0700
commit6ab20eb1b50da91ba35911fea8b09f2ef8e461fd (patch)
tree1c19bb5b412562a7ca33a97ff19c5aac156f8016 /view/tpl/settings.tpl
parentc6c17182e5c8d48e2ac16039a92df1cf4596fd88 (diff)
downloadvolse-hubzilla-6ab20eb1b50da91ba35911fea8b09f2ef8e461fd.tar.gz
volse-hubzilla-6ab20eb1b50da91ba35911fea8b09f2ef8e461fd.tar.bz2
volse-hubzilla-6ab20eb1b50da91ba35911fea8b09f2ef8e461fd.zip
lots of work on merging photo and file albums/folders
Diffstat (limited to 'view/tpl/settings.tpl')
-rwxr-xr-xview/tpl/settings.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl
index eb497bbb5..ab62ede45 100755
--- a/view/tpl/settings.tpl
+++ b/view/tpl/settings.tpl
@@ -23,6 +23,9 @@
{{include file="field_input.tpl" field=$defloc}}
{{include file="field_checkbox.tpl" field=$allowloc}}
{{include file="field_checkbox.tpl" field=$adult}}
+ {{include file="field_input.tpl" field=$photo_path}}
+ {{include file="field_input.tpl" field=$attach_path}}
+
<div class="settings-submit-wrapper" >
<button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button>
</div>