2010-02-10 18:18:01 +00:00
|
|
|
// $Id$
|
2006-12-02 04:36:16 +00:00
|
|
|
// use $parm to restrict visibility based on matching part of the URL
|
|
|
|
if($parm && !strpos(e_SELF,$parm))
|
|
|
|
{
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
include(e_PLUGIN."newforumposts_main/newforumposts_main.php");
|
|
|
|
}
|