PDA

View Full Version : images in vbulletin


aussiev8
02-03-2008, 05:06 AM
Hey guys,

I was wondering, does VB have any cool image functions, to pass images to the header..

e.g. pass_to_header($file/$pointer);

or should I write one myself?

Opserty
02-03-2008, 09:17 AM
What do you mean "pass to header"?

If you want to, you can put PHP code in a plugin at a hook like global_start then make it to a variable, then use this variable in the header template or something.