cancel
Showing results for 
Search instead for 
Did you mean: 

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

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

Hi

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 I now get: text/x-generic header.phtml PHP script text

How I do I get rid of this. 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.