]> git.mxchange.org Git - friendica-addons.git/blobdiff - uhremotestorage/view/smarty3/settings.tpl
revert addon Smarty3 templates to non-variable-based includes
[friendica-addons.git] / uhremotestorage / view / smarty3 / settings.tpl
index 217f069a8ef4ae1699c73926da808d39cee3011d..9a0a55f33a248fd8b5ec4e51b84ad4960a690ac5 100644 (file)
@@ -1,9 +1,9 @@
 <div class="settings-block">
        <h3>{{$title}}</h3>
        <p>{{$desc}}</p>
-       {{include file="file:{{$field_input}}" field=$url}}
-       {{include file="file:{{$field_input}}" field=$auth}}
-       {{include file="file:{{$field_select}}" field=$api}}
+       {{include file="field_input.tpl" field=$url}}
+       {{include file="field_input.tpl" field=$auth}}
+       {{include file="field_select.tpl" field=$api}}
        <div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div>  
 
 </div>