Selaa lähdekoodia

debug extend clientarea.tpl

andre 5 vuotta sitten
vanhempi
commit
04e57dfacc
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      clientarea.tpl
  2. 1 1
      zimbraSingle.php

+ 1 - 1
clientarea.tpl

@@ -3,7 +3,7 @@
     <td>
       <table width="100%" border="0" cellpadding="10" cellspacing="0" class="table table-striped table-framed">
         <tr>
-          <td align='left'>Webmailtest</td>
+          <td align='left'>Webmail</td>
           <td align="left"><a href="{$test1}" target="_blank">{$test2}</a></td>
         </tr>
       </table>

+ 1 - 1
zimbraSingle.php

@@ -54,7 +54,7 @@ function zimbraSingle_ClientArea($params)
     return array(
         'templatefile' => 'clientarea',
         'vars' => array(
-            'test1' => 'hello',
+            'test1' => $response['webmailurl'],
             'test2' => 'world',
         ),
     );