From: David ‘Bombe’ Roden Date: Fri, 14 Jan 2011 11:46:33 +0000 (+0100) Subject: Insert profile fields. X-Git-Tag: 0.4^2~9^2~21 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=a4fc68b82e1635bc841ff4db6689307ae534bf86 Insert profile fields. --- diff --git a/src/main/resources/templates/insert/sone.xml b/src/main/resources/templates/insert/sone.xml index 7d3c8aa..9ba037f 100644 --- a/src/main/resources/templates/insert/sone.xml +++ b/src/main/resources/templates/insert/sone.xml @@ -16,6 +16,14 @@ <% currentSone.profile.birthDay|xml> <% currentSone.profile.birthMonth|xml> <% currentSone.profile.birthYear|xml> + + <%foreach currentSone.profile.fields field> + + <% field.key|xml> + <% field.value|xml> + + <%/foreach> +