Add ability for plugin to indicate that they are not compatible with a particular...
[squirrelmail.git] / themes / color_theme_to_css.php
index b01e54a9526eaafa48e309ca6576af15bbe14854..be2fca6466fbce5a07c4cc321530b677fda7c891 100755 (executable)
@@ -17,7 +17,7 @@
  *
  *            /path/to/squirrelmail/templates/theme_to_css.php /path/to/mytheme.php > my_theme.css
  *
- * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @copyright © 1999-2007 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -26,6 +26,7 @@
  * @since 1.5.2
  */
 
+/** make sure that first command line argument is set */
 if (empty($argv[1])) {
     echo "Please provide the path to the file containing the \$color theme you\n" .
          "wish to convert to a stylesheet.\n\n";