Skip to content

Commit

Permalink
Fixed case error in some module names (#3841)
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano authored Feb 18, 2024
1 parent e08d889 commit 697d708
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
?>
<?php
/**
* @var $this Mage_Currencysymbol_Block_Adminhtml_System_Currencysymbol
* @var $this Mage_CurrencySymbol_Block_Adminhtml_System_Currencysymbol
*/
?>
<div class="content-header">
Expand Down
4 changes: 2 additions & 2 deletions app/design/frontend/base/default/layout/catalogsearch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

<catalogsearch_advanced_index translate="label">
<label>Advanced Search Form</label>
<!-- Mage_Catalogsearch -->
<!-- Mage_CatalogSearch -->
<reference name="root">
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
</reference>
Expand All @@ -88,7 +88,7 @@ Advanced search results
<catalogsearch_advanced_result translate="label">
<label>Advanced Search Result</label>
<update handle="page_two_columns_right" />
<!-- Mage_Catalogsearch -->
<!-- Mage_CatalogSearch -->
<reference name="root">
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
</reference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*/
/* @var $this Mage_Core_Block_Template */
/* @var $catalogSearchHelper Mage_Catalogsearch_Helper_Data */
/* @var $catalogSearchHelper Mage_CatalogSearch_Helper_Data */
$catalogSearchHelper = $this->helper('catalogsearch');
?>
<form id="search_mini_form" action="<?php echo $catalogSearchHelper->getResultUrl() ?>" method="get">
Expand Down
4 changes: 2 additions & 2 deletions app/design/frontend/rwd/default/layout/catalogsearch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

<catalogsearch_advanced_index translate="label">
<label>Advanced Search Form</label>
<!-- Mage_Catalogsearch -->
<!-- Mage_CatalogSearch -->
<reference name="root">
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
</reference>
Expand All @@ -92,7 +92,7 @@ Advanced search results
<catalogsearch_advanced_result translate="label">
<label>Advanced Search Result</label>
<update handle="page_two_columns_right" />
<!-- Mage_Catalogsearch -->
<!-- Mage_CatalogSearch -->
<reference name="root">
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
</reference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*/
/* @var $this Mage_Core_Block_Template */
/* @var $catalogSearchHelper Mage_Catalogsearch_Helper_Data */
/* @var $catalogSearchHelper Mage_CatalogSearch_Helper_Data */
$catalogSearchHelper = $this->helper('catalogsearch');
?>

Expand Down

0 comments on commit 697d708

Please # to comment.