The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
|
|
#2
|
|||
|
|||
|
Yes, it looks like you're trying to insert an image file in the middle of your html. What happens if you do this instead?
Code:
$php_include = '<img src="'LOCATION OF EXTERNAL FILE">';
vB_Template:PreRegister('TEMPLATE YOU ARE USING',array('php_include' => $php_include));
or even just put that html directly into the template? |
![]() |
|
|