Files
Athena Funderburg 21f38ee3e1 production init
2026-05-26 16:41:23 +00:00

16 lines
438 B
XML

<msntabsettings>
<oemtotallimit>1</oemtotallimit>
<oemdisplaylimit>1</oemdisplaylimit>
</msntabsettings>
<msntabdata>{% for tab in tabs %}
<tab>
<type>page</type>
<contenturl>{{ tab.url }}</contenturl>
<hiturl>{{ tab.url }}</hiturl>
<image>{{ tab.image }}</image>
<name>{{ tab.tooltip }}</name>
<tooltip>{{ tab.tooltip }}</tooltip>
<siteid>0</siteid>
<notificationid>0</notificationid>
</tab>{% endfor %}
</msntabdata>