Jump to content

After Update from 1.4.4.0 to 1.5.6.1: $HOOK_TOP doesn't output anything


Recommended Posts

Hi,


 


I've updated a shop from 1.4.4.0 to the latest version 1.5.6.1. A custom theme is being used.


In my header.tpl there's the call {$HOOK_TOP}, which printed login/logout and language links. But in the current version there's no output of this hook.


 


Did something change in $HOOK_TOP? Or do I have to activate something in the backend?


 


Best Regards


 


Link to comment
Share on other sites

Hi,

 

the module is installed, activated and in the correct position (see attachments).

The code snippet in the header.tpl:

<div id="header_right">
{$HOOK_TOP}
</div>

The output in the Browser:

<div id="header_right">
</div>

I even tried it with {$displayTop}, {$HOOK_displayTop} and {$hook_displayTop}. No output.

I disabled the Smarty Cache.

 

post-748999-0-25692700-1389788031_thumb.jpg

post-748999-0-82605900-1389788031_thumb.jpg

Link to comment
Share on other sites

Probably you're right but I noticed that most modules besides their proper hook are also attached to hook displayHeader. If this hook is empty in K-G's shop then maybe displayTop (which is in the header, isn't it?) doesn't load any modules either.

Link to comment
Share on other sites

×
×
  • Create New...