瀏覽代碼

try to customize client detail page

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

+ 1 - 1
zimbraSingle.php

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