Quote:
Originally Posted by Boofo
No, as you are not rendering any templates, just settings variable. What are in each of those variables?
|
Ok, didn't think so. For example though
should be printing out what's in
PHP Code:
$vbulletin->options['usml_navnet_fbimg']
which at the moment is facebook.png, and if I replaced
PHP Code:
src="/{vb:raw fbimg}"
with
PHP Code:
src="/facebook.png"
the image shows as it should.