Modify the file frontendheader.php

Hi, I tried to change a few lines of code on frontendheader.php files, but without evidence then graphics. Here’s the change:

<div id="rack-functions">
<h1 id="logo">
  <a href="http://[WEBSITE]" title="Visita il nostro portale aziendale">
    <img src="http://www.fusarogroup.it/lists/admin/images/Fusarogroup-logo.png" width="" height="auto" />
  </a>
</h1>
</div>

compared to

<div id="rack-functions">
<h1 id="logo">
<a href="http://[WEBSITE]" title="Visita il nostro portale aziendale">[ORGANISATION_NAME]</a></h1>
</div>

Can anyone give me an answer and a solution about? because the changes do not appear?

Have you defined [ORGANISATION_NAME] and what are you trying to do?

Yes, I would change the template, but, despite having made the changes, the system doesn’t realize. Why?

@FusaroGroup That file is the default header and I think will be read only the first time that you run phplist.
You will need to modify the “header of public pages” field on the Settings page and also on any subscribe pages that you have created.