Explorar el Código

try to customize client detail page

andre hace 4 años
padre
commit
c8caacb129
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,
     );
 }