Filling the *OptionPage.php

To make it easier for you there are two functions that help you to generate your option page. To use these function you have to include /m23/inc/packages.php Your OptionPage needs to have the following elements:
include ('/m23/inc/packages.php');

$params = PKG_OptionPageHeader("My OptionPage title");

$layout[0]...

PKG_OptionPageTail($layout);



root 2015-09-06