Skip to content

Commit c1eb776

Browse files
committed
Update info.phtml references
1 parent 3230b81 commit c1eb776

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

app/code/community/Rekko/Tagging/etc/system.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" ?>
22
<config>
33
<tabs>
4-
<smashmetricsrekko module="rekko" translate="label">
4+
<rekkotagging module="rekko" translate="label">
55
<label>Rekko</label>
66
<sort_order>100</sort_order>
7-
</smashmetricsrekko>
7+
</rekkotagging>
88
</tabs>
99
<sections>
1010
<rekko_section module="rekko" translate="label">
@@ -13,7 +13,7 @@
1313
<show_in_default>1</show_in_default>
1414
<show_in_website>1</show_in_website>
1515
<show_in_store>1</show_in_store>
16-
<tab>smashmetricsrekko</tab>
16+
<tab>rekkotagging</tab>
1717
<groups>
1818
<rekko_group translate="label">
1919
<label>Settings</label>
@@ -26,7 +26,6 @@
2626
<site_ID translate="label tooltip comment">
2727
<label>Site ID</label>
2828
<sort_order>1</sort_order>
29-
<comment>Some comment about my field</comment>
3029
<tooltip>Enter Site ID</tooltip>
3130
<show_in_default>1</show_in_default>
3231
<show_in_website>1</show_in_website>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<layout>
3-
<smashrekko_info_index>
3+
<rekko_info_index>
44
<reference name="head">
55
<action method="addCss">
66
<name>rekko/css/rekko.css</name>
@@ -9,6 +9,6 @@
99
<reference name="content">
1010
<block type="adminhtml/template" name="rekko_info" template="rekko/info.phtml"/>
1111
</reference>
12-
</smashrekko_info_index>
12+
</rekko_info_index>
1313
</layout>
1414

0 commit comments

Comments
 (0)