Move avatar from options to profile.
[Sone.git] / src / main / resources / templates / insert / sone.xml
index 8d9aafd..e615725 100644 (file)
@@ -16,6 +16,7 @@
                <birth-day><% currentSone.profile.birthDay|xml></birth-day>
                <birth-month><% currentSone.profile.birthMonth|xml></birth-month>
                <birth-year><% currentSone.profile.birthYear|xml></birth-year>
+               <avatar><%currentSone.profile.avatar|xml></avatar>
                <fields>
                        <%foreach currentSone.profile.fields field>
                        <field>
@@ -71,6 +72,7 @@
                        <%/if>
                        <title><%album.title|xml></title>
                        <description><%album.description|xml></description>
+                       <album-image><%album.albumImage.id|xml></album-image>
                        <%foreach album.images image>
                        <%first>
                        <images>