Quote:
Originally Posted by ubblite
Thanks for the response, Paul. Now I just have to figure out how to do this. 
|
In /arcade/functions/functions.php.
Find:
Code:
function do_output($output_array)
In the list of functions that follows:
Code:
global $header, $vbphrase, $vboptions,
Almost at the end of the long line, immediately before the semicolon (

add:
That should work.