|
ok, in the vb3enhanced template categories.tmpl if you view the $cats array has a key structure like this:
(numphotos,numposts,catthumbs,dodetails,indent,thumbtag,avatar,catdescript,
lpholink,lpprint,lastposttext,lastphotext,lpostlink,lcprint,catonline,mthumb,width,
height,id,thumbnail,thumblink,catlink,catcount)
which is the array being used to build the category table.
I want to know where this is built (cause I can't find it). Basically I want to add headtags to this array so it's available in the template.
|