Hi,
I saw the question about to make different headers,but it works only with one header.For example,if i want to make a advertising in the cat. GAMES,than is a part of the script:
if ($pod_dir =~ "Games")
{
open (READIT, "$pod_templatedir/Games.html");
}
else
{
open (READIT, "$pod_templatedir/header.html");
}
But what to do with more categories?I doesn't work with 2 times the same script.
Can someone help me please?
With regards,
Mario
|