<plugin active="1" executionorder="5" product="test"> <title>Test One (2)</title> <hookname>postbit_display_complete</hookname> <phpcode><![CDATA[global $vbulletin; if ($vbulletin->options['test_enable_global']) { $template_hook[postbit_user_popup] = print "->123<-"; } else { $template_hook[postbit_user_popup] = print "->456<-"; } ]]></phpcode> </plugin>