import variables from plugins
Not sure if I should be asking these sorts of things here or .com
but If I have just created a simple pluging(in Postbit_diplsay_complete), say:
title: xyz
global $vbulletin;
if (stristr($thread['title'],'a title')){
$dirlink = "a title";
print $dirlink;
}
how can I know import $dirlink so that I can use it within a template, for example: navbar
|