![]() |
FAQ/Help |
Calendar |
Search |
#1
|
||||
|
||||
With a small change in the podvars.pm You can have different header.html
files for different categories. This can be used to blockout the Adult categories, or to put ads or comments in any of the categories. How to do it: if ($pod_dir =~ "Asimov") { open (READIT, "$pod_templatedir/asimov.html"); } else { open (READIT, "$pod_templatedir/header.html"); } |
#2
|
||||
|
||||
Thanks for the contribution!
__________________
Don't throw away your shot. |
Reply |
|
![]() |
||||
Thread | Forum | |||
not sure that I fit into any of the categories | New Member Introductions | |||
"Listing Categories" | Community Feedback & Technical Support | |||
POD error in DMOZ World categories | Community Feedback & Technical Support | |||
Header.html and Footer.html not visible | Community Feedback & Technical Support | |||
POD header | Community Feedback & Technical Support |