Sfoglia il codice sorgente

try to customize client detail page

andre 4 anni fa
parent
commit
598d276519
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      zimbraSingle.php

+ 0 - 1
zimbraSingle.php

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