just don’t know how can I control over the visualization of links in my header (ezPublish 4.3)
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you can put the template debugger on in your settings/override/site.ini.append
Now you can see the used template for your header, when you display it in Frontend. If you want to chanche, search the used template file and make an override for it.
Create an own template in extension/[YOUREXTENSION]/design/override/…/yourChangedHeader.tpl
Now create an override rule in the file override.ini
Don’t forget to uncomment the template debugger settings after 😉
Cheers. Frank