[Gnucash-changes] r12825 - htdocs/trunk/nl - patching nederlands files for GLOBALS

Neil Williams codehelp at cvs.gnucash.org
Tue Jan 17 10:33:42 EST 2006


Author: codehelp
Date: 2006-01-17 10:33:41 -0500 (Tue, 17 Jan 2006)
New Revision: 12825
Trac: http://svn.gnucash.org/trac/changeset/12825

Modified:
   htdocs/trunk/nl/architecture.phtml
   htdocs/trunk/nl/articles.phtml
   htdocs/trunk/nl/bugs.phtml
   htdocs/trunk/nl/contribute.phtml
   htdocs/trunk/nl/features.phtml
   htdocs/trunk/nl/features_1.phtml
   htdocs/trunk/nl/features_2.phtml
   htdocs/trunk/nl/features_3.phtml
   htdocs/trunk/nl/features_4.phtml
   htdocs/trunk/nl/features_5.phtml
   htdocs/trunk/nl/hacking.phtml
   htdocs/trunk/nl/history.phtml
   htdocs/trunk/nl/index.phtml
   htdocs/trunk/nl/irc.phtml
   htdocs/trunk/nl/links.phtml
   htdocs/trunk/nl/lists.phtml
   htdocs/trunk/nl/oldnews.phtml
   htdocs/trunk/nl/promote.phtml
   htdocs/trunk/nl/quiz-results.phtml
   htdocs/trunk/nl/quiz.phtml
   htdocs/trunk/nl/required.phtml
   htdocs/trunk/nl/roadmap.phtml
   htdocs/trunk/nl/screenshots.phtml
   htdocs/trunk/nl/search.phtml
   htdocs/trunk/nl/sizing.phtml
Log:
patching nederlands files for GLOBALS

Modified: htdocs/trunk/nl/architecture.phtml
===================================================================
--- htdocs/trunk/nl/architecture.phtml	2006-01-17 15:31:07 UTC (rev 12824)
+++ htdocs/trunk/nl/architecture.phtml	2006-01-17 15:33:41 UTC (rev 12825)
@@ -1,4 +1,8 @@
 <?php $title = "Architectuur"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-main-developer.phtml"); ?>
 

Modified: htdocs/trunk/nl/articles.phtml
===================================================================
--- htdocs/trunk/nl/articles.phtml	2006-01-17 15:31:07 UTC (rev 12824)
+++ htdocs/trunk/nl/articles.phtml	2006-01-17 15:33:41 UTC (rev 12825)
@@ -1,4 +1,8 @@
 <?php $title = "GnuCash in het Nieuws"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-main-other.phtml"); ?>
 </td>

Modified: htdocs/trunk/nl/bugs.phtml
===================================================================
--- htdocs/trunk/nl/bugs.phtml	2006-01-17 15:31:07 UTC (rev 12824)
+++ htdocs/trunk/nl/bugs.phtml	2006-01-17 15:33:41 UTC (rev 12825)
@@ -1,4 +1,8 @@
 <?php $title = "GnuCash Bug Rapportage"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-main-help.phtml"); ?>
 </td>

Modified: htdocs/trunk/nl/contribute.phtml
===================================================================
--- htdocs/trunk/nl/contribute.phtml	2006-01-17 15:31:07 UTC (rev 12824)
+++ htdocs/trunk/nl/contribute.phtml	2006-01-17 15:33:41 UTC (rev 12825)
@@ -1,4 +1,8 @@
 <?php $title = "Draag bij!"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-main-general.phtml"); ?>
 </td>

Modified: htdocs/trunk/nl/features.phtml
===================================================================
--- htdocs/trunk/nl/features.phtml	2006-01-17 15:31:07 UTC (rev 12824)
+++ htdocs/trunk/nl/features.phtml	2006-01-17 15:33:41 UTC (rev 12825)
@@ -1,4 +1,8 @@
 <?php $title = "Features"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-main-general.phtml"); ?>
 </td>

Modified: htdocs/trunk/nl/features_1.phtml
===================================================================
--- htdocs/trunk/nl/features_1.phtml	2006-01-17 15:31:07 UTC (rev 12824)
+++ htdocs/trunk/nl/features_1.phtml	2006-01-17 15:33:41 UTC (rev 12825)
@@ -1,4 +1,8 @@
 <?php $title = "Features"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-main-general.phtml"); ?>
 

Modified: htdocs/trunk/nl/features_2.phtml
===================================================================
--- htdocs/trunk/nl/features_2.phtml	2006-01-17 15:31:07 UTC (rev 12824)
+++ htdocs/trunk/nl/features_2.phtml	2006-01-17 15:33:41 UTC (rev 12825)
@@ -1,4 +1,8 @@
 <?php $title = "Features:Ease of Use"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-main-general.phtml"); ?>
 </td>

Modified: htdocs/trunk/nl/features_3.phtml
===================================================================
--- htdocs/trunk/nl/features_3.phtml	2006-01-17 15:31:07 UTC (rev 12824)
+++ htdocs/trunk/nl/features_3.phtml	2006-01-17 15:33:41 UTC (rev 12825)
@@ -1,4 +1,8 @@
 <?php $title = "Features: Ease of Use"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-main-general.phtml"); ?>
 </td>

Modified: htdocs/trunk/nl/features_4.phtml
===================================================================
--- htdocs/trunk/nl/features_4.phtml	2006-01-17 15:31:07 UTC (rev 12824)
+++ htdocs/trunk/nl/features_4.phtml	2006-01-17 15:33:41 UTC (rev 12825)
@@ -1,4 +1,8 @@
 <?php $title = "Features: Ease of Use"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-main-general.phtml"); ?>
 </td>

Modified: htdocs/trunk/nl/features_5.phtml
===================================================================
--- htdocs/trunk/nl/features_5.phtml	2006-01-17 15:31:07 UTC (rev 12824)
+++ htdocs/trunk/nl/features_5.phtml	2006-01-17 15:33:41 UTC (rev 12825)
@@ -1,4 +1,8 @@
 <?php $title = "Features: What's New"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-main-general.phtml"); ?>
 </td>

Modified: htdocs/trunk/nl/hacking.phtml
===================================================================
--- htdocs/trunk/nl/hacking.phtml	2006-01-17 15:31:07 UTC (rev 12824)
+++ htdocs/trunk/nl/hacking.phtml	2006-01-17 15:33:41 UTC (rev 12825)
@@ -1,4 +1,8 @@
 <?php $title = "Hacking"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-main-developer.phtml"); ?>
 </td>

Modified: htdocs/trunk/nl/history.phtml
===================================================================
--- htdocs/trunk/nl/history.phtml	2006-01-17 15:31:07 UTC (rev 12824)
+++ htdocs/trunk/nl/history.phtml	2006-01-17 15:33:41 UTC (rev 12825)
@@ -1,4 +1,8 @@
 <?php $title = "History"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-main-other.phtml"); ?>
 </td>

Modified: htdocs/trunk/nl/index.phtml
===================================================================
--- htdocs/trunk/nl/index.phtml	2006-01-17 15:31:07 UTC (rev 12824)
+++ htdocs/trunk/nl/index.phtml	2006-01-17 15:33:41 UTC (rev 12825)
@@ -1,4 +1,8 @@
 <?php $title = "Open Source Accounting Software"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-main.phtml"); ?>
 

Modified: htdocs/trunk/nl/irc.phtml
===================================================================
--- htdocs/trunk/nl/irc.phtml	2006-01-17 15:31:07 UTC (rev 12824)
+++ htdocs/trunk/nl/irc.phtml	2006-01-17 15:33:41 UTC (rev 12825)
@@ -1,5 +1,9 @@
 
 <?php $title = "GnuCash op IRC"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-main-help.phtml"); ?>
 </td>

Modified: htdocs/trunk/nl/links.phtml
===================================================================
--- htdocs/trunk/nl/links.phtml	2006-01-17 15:31:07 UTC (rev 12824)
+++ htdocs/trunk/nl/links.phtml	2006-01-17 15:33:41 UTC (rev 12825)
@@ -1,4 +1,8 @@
 <?php $title = "Related Financial Software"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-main-other.phtml"); ?>
 </td>

Modified: htdocs/trunk/nl/lists.phtml
===================================================================
--- htdocs/trunk/nl/lists.phtml	2006-01-17 15:31:07 UTC (rev 12824)
+++ htdocs/trunk/nl/lists.phtml	2006-01-17 15:33:41 UTC (rev 12825)
@@ -1,4 +1,8 @@
 <?php $title = "Mailing Lijsten"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-main-help.phtml"); ?>
 </td>

Modified: htdocs/trunk/nl/oldnews.phtml
===================================================================
--- htdocs/trunk/nl/oldnews.phtml	2006-01-17 15:31:07 UTC (rev 12824)
+++ htdocs/trunk/nl/oldnews.phtml	2006-01-17 15:33:41 UTC (rev 12825)
@@ -1,5 +1,9 @@
 
 <?php $title = "Accounting Software voor Linux"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-main.phtml"); ?>
 

Modified: htdocs/trunk/nl/promote.phtml
===================================================================
--- htdocs/trunk/nl/promote.phtml	2006-01-17 15:31:07 UTC (rev 12824)
+++ htdocs/trunk/nl/promote.phtml	2006-01-17 15:33:41 UTC (rev 12825)
@@ -1,4 +1,8 @@
 <?php $title = "Promote GnuCash"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-main-other.phtml"); ?>
 </td>

Modified: htdocs/trunk/nl/quiz-results.phtml
===================================================================
--- htdocs/trunk/nl/quiz-results.phtml	2006-01-17 15:31:07 UTC (rev 12824)
+++ htdocs/trunk/nl/quiz-results.phtml	2006-01-17 15:33:41 UTC (rev 12825)
@@ -1,4 +1,8 @@
 <?php $title = "Survey"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-main-other.phtml"); ?>
 </td>

Modified: htdocs/trunk/nl/quiz.phtml
===================================================================
--- htdocs/trunk/nl/quiz.phtml	2006-01-17 15:31:07 UTC (rev 12824)
+++ htdocs/trunk/nl/quiz.phtml	2006-01-17 15:33:41 UTC (rev 12825)
@@ -1,4 +1,8 @@
 <?php $title = "Survey"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-main-general.phtml"); ?>
 </td>

Modified: htdocs/trunk/nl/required.phtml
===================================================================
--- htdocs/trunk/nl/required.phtml	2006-01-17 15:31:07 UTC (rev 12824)
+++ htdocs/trunk/nl/required.phtml	2006-01-17 15:33:41 UTC (rev 12825)
@@ -1,4 +1,8 @@
 <?php $title = "Software Requirements"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-main-general.phtml"); ?>
 </td>

Modified: htdocs/trunk/nl/roadmap.phtml
===================================================================
--- htdocs/trunk/nl/roadmap.phtml	2006-01-17 15:31:07 UTC (rev 12824)
+++ htdocs/trunk/nl/roadmap.phtml	2006-01-17 15:33:41 UTC (rev 12825)
@@ -1,4 +1,8 @@
 <?php $title = "Toekomst"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-main-developer.phtml"); ?>
 

Modified: htdocs/trunk/nl/screenshots.phtml
===================================================================
--- htdocs/trunk/nl/screenshots.phtml	2006-01-17 15:31:07 UTC (rev 12824)
+++ htdocs/trunk/nl/screenshots.phtml	2006-01-17 15:33:41 UTC (rev 12825)
@@ -1,4 +1,8 @@
 <?php $title = "Afbeeldingen"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-main-general.phtml"); ?>
 </td>

Modified: htdocs/trunk/nl/search.phtml
===================================================================
--- htdocs/trunk/nl/search.phtml	2006-01-17 15:31:07 UTC (rev 12824)
+++ htdocs/trunk/nl/search.phtml	2006-01-17 15:33:41 UTC (rev 12825)
@@ -1,4 +1,8 @@
 <?php $title = "Accounting Software for Linux"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-main-search.phtml"); ?>
 

Modified: htdocs/trunk/nl/sizing.phtml
===================================================================
--- htdocs/trunk/nl/sizing.phtml	2006-01-17 15:31:07 UTC (rev 12824)
+++ htdocs/trunk/nl/sizing.phtml	2006-01-17 15:33:41 UTC (rev 12825)
@@ -1,4 +1,8 @@
 <?php $title = "Sizing"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-main-other.phtml"); ?>
 </td>



More information about the gnucash-changes mailing list