PDA

View Full Version : $stylevar[imgdir_misc] Call



Ken Iovino
Tue 13th Jul '04, 6:39pm
Just a quick question. I remember someone posting a phpinclude mod about how to add other dir useing a simlar call. Like if i wanted to call a /postbit dir. I could sert it like $stylevar[imgdir_postbit]. Anyone know how?

Zachery
Tue 13th Jul '04, 8:16pm
$stylevar['imgdir_postbit'] = "images/postbit";

You can try that