瀏覽代碼

try to customize client detail page

andre 4 年之前
父節點
當前提交
bf3650673f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      zimbraSingle.php

+ 1 - 1
zimbraSingle.php

@@ -204,7 +204,7 @@ function zimbraSingle_ClientArea($params) {
     $webmailUrl = zimbraSingleFindAll($accountInfo, 'PUBLICMAILURL');
     $clientInfo['webmailurl'] = $webmailUrl[0]['DATA'];
     return array(
-        'templatefile' => 'templates/clientarea',
+        'tabOverviewReplacementTemplate' => 'templates/clientarea',
         'vars' => $clientInfo,
     );
 }