Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Different Category Templates Mod

Quote Reply
Different Category Templates Mod
In http://gossamer-threads.com/...flat&post=107842

is decribed, but I do not find the section in nph-build,cgi:# Get the category info.
%OUT = (); # Start with a clean hash.
$OUT{category_id} = $category_r->{'ID'};
$OUT{category_name} = $category_r->{'Name'};
$OUT{header} = $category_r->{'Header'};
$OUT{footer} = $category_r->{'Footer'};
$OUT{meta_name} = $category_r->{'Meta_Description'};
$OUT{meta_keywords} = $category_r->{'Meta_Keywords'};
$OUT{description} = $category_r->{'Description'};
$OUT{template2} = $category_r->{'Template2'};
$OUT{random} = rand (10000);
$OUT{random1} = rand (10000);
$OUT{random2} = rand (10000);
$OUT{random3} = rand (10000);
Subject Author Views Date
Thread Different Category Templates Mod cwschroeder 2020 Apr 22, 2003, 7:49 AM
Post Re: [cwschroeder] Different Category Templates Mod
pugdog 1918 Apr 22, 2003, 2:56 PM