X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=themes%2Fcolor_theme_to_css.php;h=be2fca6466fbce5a07c4cc321530b677fda7c891;hb=03a69f57e769b7cd52a548923b42ecb611d0278c;hp=b01e54a9526eaafa48e309ca6576af15bbe14854;hpb=7e2ddf11abed8b8a93bc437fde95cfeba987a091;p=squirrelmail.git diff --git a/themes/color_theme_to_css.php b/themes/color_theme_to_css.php index b01e54a9..be2fca64 100755 --- a/themes/color_theme_to_css.php +++ b/themes/color_theme_to_css.php @@ -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";