include ('main_plugin_funcs.php');
$POTM = new PluginOfTheMonth();
if($POTM->pName){?>
include ('box_top.php'); ?>
Plugin Of The Month: =$POTM->pName?>
include ('box_middle.php'); ?>
width: 100% } ?>">
=str_replace("%%1", $POTM->pName, str_replace("%%2", $POTM->pLink.$POTM->pName, $POTM->pDesc)); ?>
if ($POTM->pImg != "") {?>
} ?>
include ('box_bottom.php'); ?> |
}?>