|
@@ -10,7 +10,7 @@ function serviceAddon_CreateAccount(array $params) {
|
|
|
__FUNCTION__,
|
|
__FUNCTION__,
|
|
|
$params,
|
|
$params,
|
|
|
'Debug',
|
|
'Debug',
|
|
|
- $whmcs
|
|
|
|
|
|
|
+ App::self()
|
|
|
);
|
|
);
|
|
|
return 'success';
|
|
return 'success';
|
|
|
}
|
|
}
|
|
@@ -55,7 +55,7 @@ function serviceAddon_AdminServicesTabFields($params) {
|
|
|
|
|
|
|
|
function serviceAddon_ClientArea($params) {
|
|
function serviceAddon_ClientArea($params) {
|
|
|
return array(
|
|
return array(
|
|
|
- 'templatefile' => 'clientarea',
|
|
|
|
|
|
|
+ 'tabOverviewReplacementTemplate' => 'templates/clientarea',
|
|
|
'vars' => array(
|
|
'vars' => array(
|
|
|
'test1' => 'hello',
|
|
'test1' => 'hello',
|
|
|
'test2' => 'world',
|
|
'test2' => 'world',
|