Browse Source

new service module

andre 4 years ago
parent
commit
308fb63b1a
1 changed files with 6 additions and 6 deletions
  1. 6 6
      serviceAddon.php

+ 6 - 6
serviceAddon.php

@@ -137,12 +137,12 @@ function serviceAddon_AdminServicesTabFields($params) {
 }
 
 function serviceAddon_ClientArea($params) {
-    logModuleCall(
-        'serviceAddon',
-        __FUNCTION__,
-        $params,
-        'Debug',
-        'jo'
+    return array(
+        'templatefile' => 'clientarea',
+        'vars' => array(
+            'test1' => 'hello',
+            'test2' => 'world',
+        ),
     );
 }