Skip to content

Commit 73d4f48

Browse files
authored
Load all child blocks in Adminhtml Head block (#3222)
1 parent e56ab90 commit 73d4f48

File tree

1 file changed

+1
-2
lines changed
  • app/design/adminhtml/default/default/template/page

1 file changed

+1
-2
lines changed

app/design/adminhtml/default/default/template/page/head.phtml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,4 @@
5050
</script>
5151

5252
<?php echo $this->helper('core/js')->getTranslatorScript() ?>
53-
<?php echo $this->getChildHtml('calendar'); ?>
54-
<?php echo $this->getChildHtml('optional_zip_countries'); ?>
53+
<?php echo $this->getChildHtml(); ?>

0 commit comments

Comments
 (0)