|
@@ -29,6 +29,8 @@
|
|
|
* \brief Page of a member
|
|
|
*/
|
|
|
|
|
|
+
|
|
|
+// Load Dolibarr environment
|
|
|
require '../main.inc.php';
|
|
|
require_once DOL_DOCUMENT_ROOT.'/core/lib/member.lib.php';
|
|
|
require_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php';
|
|
@@ -44,9 +46,12 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/html.formadmin.class.php';
|
|
|
require_once DOL_DOCUMENT_ROOT.'/core/class/html.formcompany.class.php';
|
|
|
require_once DOL_DOCUMENT_ROOT.'/core/class/html.formfile.class.php';
|
|
|
|
|
|
+
|
|
|
// Load translation files required by the page
|
|
|
$langs->loadLangs(array("companies", "bills", "members", "users", "other", "paypal"));
|
|
|
|
|
|
+
|
|
|
+// Get parameters
|
|
|
$action = GETPOST('action', 'aZ09');
|
|
|
$cancel = GETPOST('cancel', 'alpha');
|
|
|
$backtopage = GETPOST('backtopage', 'alpha');
|