Skip to content

Commit 70312f3

Browse files
committed
reverted DEMO change ti sitemap module
1 parent 11e1648 commit 70312f3

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

app/code/core/Mage/Sitemap/etc/adminhtml.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -43,24 +43,6 @@
4343
<children>
4444
<sitemap translate="title" module="shipping">
4545
<title>Google Sitemap</title>
46-
<children>
47-
<category translate="title">
48-
<title>Categories Options</title>
49-
<sort_order>10</sort_order>
50-
</category>
51-
<product translate="title">
52-
<title>Products Options</title>
53-
<sort_order>20</sort_order>
54-
</product>
55-
<page translate="title">
56-
<title>CMS Pages Options</title>
57-
<sort_order>30</sort_order>
58-
</page>
59-
<generate translate="title">
60-
<title>Generation Settings</title>
61-
<sort_order>40</sort_order>
62-
</generate>
63-
</children>
6446
</sitemap>
6547
</children>
6648
</config>

app/code/core/Mage/Sitemap/etc/system.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
<show_in_default>1</show_in_default>
3131
<show_in_website>1</show_in_website>
3232
<show_in_store>1</show_in_store>
33-
<acl_resource>system/config/sitemap/category</acl_resource>
3433
<fields>
3534
<changefreq translate="label">
3635
<label>Frequency</label>
@@ -70,7 +69,6 @@
7069
<show_in_default>1</show_in_default>
7170
<show_in_website>1</show_in_website>
7271
<show_in_store>1</show_in_store>
73-
<acl_resource>system/config/sitemap/product</acl_resource>
7472
<fields>
7573
<changefreq translate="label">
7674
<label>Frequency</label>
@@ -110,7 +108,6 @@
110108
<show_in_default>1</show_in_default>
111109
<show_in_website>1</show_in_website>
112110
<show_in_store>1</show_in_store>
113-
<acl_resource>system/config/sitemap/page</acl_resource>
114111
<fields>
115112
<changefreq translate="label">
116113
<label>Frequency</label>
@@ -150,7 +147,6 @@
150147
<show_in_default>1</show_in_default>
151148
<show_in_website>0</show_in_website>
152149
<show_in_store>0</show_in_store>
153-
<acl_resource>system/config/generate/page</acl_resource>
154150
<fields>
155151
<enabled translate="label">
156152
<label>Enabled</label>

0 commit comments

Comments
 (0)