Quote:
Originally Posted by KURTZ
i don't understand one thing, the $footercode must be placed after this (in the footer template)?
PHP Code:
<script type="text/javascript"> <!-- // Main vBulletin Javascript Initialization vBulletin_init(); //--> </script>
also i put this code in the php field:
PHP Code:
$footercode = implode('', file('/board/custom_plugins/footercode.html'));
but it doesn't run ... 
|
The only thing that goes in the footer template is:
The php field is located on the add new plugin page.
Does that make sense?