Jump to content

I am a newbie, need help!


Recommended Posts

yes, I want to modify header for my site. in header.php, i see:

$smarty->assign(array(
   'HOOK_HEADER' => Module::hookExec('header'),
   'HOOK_LEFT_COLUMN' => Module::hookExec('leftColumn'),
   'HOOK_TOP' => Module::hookExec('top'),
   'static_token' => Tools::getToken(false),
   'token' => Tools::getToken()
));


I guess that HOOK_HEADER is assigned a hook named 'header'. so, can I modify hooks?

Link to comment
Share on other sites

There are more comments about the header if you search for it. Or a good sample is just like the one TakeDat-Consulting is showing you, but for straight answer to your question you do not edit header.php file the files you need to edit are located at your theme in use, sample: prestashop/themes/prestashop or any other theme you are using!

Note:
The header.php is used only for functions of the prestashop software or script

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...