XF 2.3 code location

I reckon your looking for the template PAGE_CONTAINER.

Probably in this section:
HTML:
<header class="p-header" id="header">
</header>



Just a heads up though, in the future to find code, you can right click on what your looking for and click insepect This will let you see the html of the page. When you hover over a section it'll highlight what the html is attached to.

Copy part of that code for example I copied:
HTML:
<header class="p-header" id="header">

Then go to your templates in the admin control panel. Go to refine search and in the Text contains: paste in the html your copied. This should show you any template that contains the html you copied.
 
Last edited:
I reckon your looking for the template PAGE_CONTAINER.

Probably in this section:
HTML:
<header class="p-header" id="header">
</header>



Just a heads up though, in the future to find code, you can right click on what your looking for and click insepect This will let you see the html of the page. When you hover over a section it'll highlight what the html is attached to.

Copy part of that code for example I copied:
HTML:
<header class="p-header" id="header">

Then go to your templates in the admin control panel. Go to refine search and in the Text contains: paste in the html your copied. This should show you any template that contains the html you copied.
Thanks, I added .gif a few years ago, then took the board offline for a couple of years. I've resurrected it and upgraded to the latest rev and now I can't seem to get rid of the .gif.. renamed the file, reverted the template.. still shows a broken image icon on the header. thanks for the tip
 
Back
Top Bottom