cancel
Showing results for 
Search instead for 
Did you mean: 

Remove writing “text/x-generic header.phtml PHP script text ”

Remove writing “text/x-generic header.phtml PHP script text ”

I removed the Welcome Message bar by commenting out code in file: app/design/frontend/package/default/template/page/html/header.phtml

 

<!-- <div class="header-language-background">
<div class="header-language-container">
<div class="store-language-container">
<?php echo $this->getChildHtml('store_language') ?>
</div>
<?php echo $this->getChildHtml('currency_switcher') ?>
<p class="welcome-msg"><?php echo $this-> getChildHtml('welcome') ?> <?php echo $this-> getChildHtml('accountLinks') ?></p>
</div>
</div> -->

 

Instead of Welcome message and bar I see "text/x-generic header.phtml PHP script text" in its place. How do I remove this piece of writing? I've tried altering empty.phtml in /app/design/frontend/theme/default/template /page/empty.phtml but does not work. All help will be greatly appreciated.