]> git.mxchange.org Git - friendica.git/blobdiff - view/smarty3/api_friends_xml.tpl
When converting to HTML, hashtag addresses are now removed (only when the message...
[friendica.git] / view / smarty3 / api_friends_xml.tpl
index fe92eea6d39727fad01ebee2523e0bcac94c30cb..c89b96de5666eb7c4b1f87ea6cd353a9d36ca9d7 100644 (file)
@@ -1,7 +1,12 @@
+{{*
+ *     AUTOMATICALLY GENERATED TEMPLATE
+ *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
+ *
+ *}}
 <!-- TEMPLATE APPEARS UNUSED -->
 
 <users type="array">
        {{foreach $users as $u}}
-       {{include file="file:{{$api_user_xml}}" user=$u}}
+       {{include file="api_user_xml.tpl" user=$u}}
        {{/foreach}}
 </users>