Fixing HTML vaidation - the same anchor can't appear twice in a page.
[squirrelmail.git] / templates / default / options_advidentity_list.tpl
index 052e4931e8478432caf3e24517c306e0b4fa09a1..b9d0f0f461e4d3a56caae73e8ad44a1894be8272 100644 (file)
@@ -16,7 +16,7 @@
  *          $el['ReplyTo']  - value for the Reply To field
  *          $el['Signature']- value for the Signature field
  *
- * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @copyright © 1999-2009 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -101,7 +101,7 @@ extract($t);
       <input type="submit" name="smaction[move][<?php echo $index; ?>]" value="<?php echo _("Move Up"); ?>" />
             <?php
         }
-        /* FIXME: No hooks in templates! */ echo $temp = array(&$identity['New'], &$index); concat_hook_function('options_identities_buttons', $temp);
+        /* FIXME: No hooks in templates! */ $temp = array(&$identity['New'], &$index); echo concat_hook_function('options_identities_buttons', $temp);
       ?>
      </td>
     </tr>