FWIW, Looking at your sample.. you don't need the second
<#elseif forum.id == {1} >
<#include "includes/customMasthead.htm" />
part unless you are doing more than one custom mastHead. E.g., Forum id 2 has a different one from 1.
I was just trying to indicate that you can
string together a bunch of different forum id's and mastheads with the elseif statements if you need to.
[originally posted on jforum.net by monroe]