production init

This commit is contained in:
Athena Funderburg
2026-05-26 16:41:23 +00:00
commit 21f38ee3e1
680 changed files with 47071 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<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>