basketmen
09-05-2010, 11:39 PM
Guys, is this already correct if conditional in plugin for multiple pages
if the scripts is
if (in_array(THIS_SCRIPT, array('index', 'showthread', 'forumdisplay')))
{
stuff
}
if the scripts is not
if (!in_array(THIS_SCRIPT, array('index', 'showthread')))
{
stuff
}
thank you before
if the scripts is
if (in_array(THIS_SCRIPT, array('index', 'showthread', 'forumdisplay')))
{
stuff
}
if the scripts is not
if (!in_array(THIS_SCRIPT, array('index', 'showthread')))
{
stuff
}
thank you before