Forgot to wrap output in PHP tags
[squirrelmail.git] / templates / default_advanced / options_highlight_list.tpl
index bd1f6647020e3254fe2cbeadb1ef7c8d88011406..e91535f344d25df3c539e9bfcfd65b6739f14381 100644 (file)
@@ -24,8 +24,6 @@
  * @subpackage templates
  */
 
-/** add required includes **/
-require(SM_PATH . 'templates/util_global.php');
 
 /** extract template variables **/
 extract($t);
@@ -103,8 +101,8 @@ extract($t);
  </tr>
  <tr>
   <td class="ruleButtons">
-   <a href="<?php echo $add_rule; ?>"><?php echo getIcon($icon_theme_path, 'add.png', _("Add"), _("Add")); ?></a> Add Rule
+   <a href="<?php echo $add_rule; ?>"><?php echo getIcon($icon_theme_path, 'plus.png', _("Add"), _("Add")); ?></a> Add Rule
   </td>
  </tr>
 </table>
-</div>
\ No newline at end of file
+</div>