introduce new constant SM_COPYRIGHT that has the copyright years
[squirrelmail.git] / templates / default_advanced / options_order.tpl
index d6f96b9e05b58dd497c6fe81d218fa8f622aaa8c..6a5e7689ec26cdb44f9e11d6ecbbc4d11583959f 100644 (file)
@@ -25,8 +25,6 @@
  * @subpackage templates
  */
 
-/** add required includes **/
-include(SM_PATH . 'templates/util_global.php');
 
 /** extract template variables **/
 extract($t);
@@ -75,7 +73,7 @@ extract($t);
     <?php
         foreach ($not_used as $field_id=>$name) {
             echo "<tr>\n" .
-                 "<td colspan=\"3\" class=\"moveLink\"><a href=\"". $add.$field_id."\">".getIcon($icon_theme_path, 'add.png', _("Add"), _("Add"))."</a></td>\n" .
+                 "<td colspan=\"3\" class=\"moveLink\"><a href=\"". $add.$field_id."\">".getIcon($icon_theme_path, 'plus.png', _("Add"), _("Add"))."</a></td>\n" .
                  "<td class=\"fieldName\">".htmlspecialchars($name)."</td>\n" .
                  "</tr>\n";
     }
@@ -92,4 +90,4 @@ extract($t);
   </td>
  </tr>
 </table>
-</div>
\ No newline at end of file
+</div>