hadar_p Fri Jul 11 06:19:49 2003 EDT Modified files: /phpdoc/chm make_chm.php Log: Another hebrew change Index: phpdoc/chm/make_chm.php diff -u phpdoc/chm/make_chm.php:1.19 phpdoc/chm/make_chm.php:1.20 --- phpdoc/chm/make_chm.php:1.19 Tue May 13 17:24:15 2003 +++ phpdoc/chm/make_chm.php Fri Jul 11 06:19:49 2003 @@ -28,6 +28,21 @@ "appendixes.html" ); +if($LANGUAGE == "he") { +// Header for index and toc +$HEADER = '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//HE"> +<html> +<head> + <meta name="generator" content="PHP 4 - Auto TOC script"> + <!-- Sitemap 1.0 --> +</head> +<body dir="rtl" lang="he"> + <object type="text/site properties"> + <param name="Window Styles" value="0x800227"> + </object> + <ul>'; +} +else { // Header for index and toc $HEADER = '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> @@ -40,6 +55,7 @@ <param name="Window Styles" value="0x800227"> </object> <ul>'; +} makeProjectFile(); makeContentFiles();
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php