[Gnucash-changes] r12827 - htdocs/trunk/en - final GLOBAL fix and adding Mailing List Search to menu(en)

Neil Williams codehelp at cvs.gnucash.org
Tue Jan 17 11:53:23 EST 2006


Author: codehelp
Date: 2006-01-17 11:53:22 -0500 (Tue, 17 Jan 2006)
New Revision: 12827
Trac: http://svn.gnucash.org/trac/changeset/12827

Modified:
   htdocs/trunk/en/menu/menu-help.phtml
   htdocs/trunk/en/t-shirt/index.phtml
Log:
final GLOBAL fix and adding Mailing List Search to menu(en)

Modified: htdocs/trunk/en/menu/menu-help.phtml
===================================================================
--- htdocs/trunk/en/menu/menu-help.phtml	2006-01-17 15:37:26 UTC (rev 12826)
+++ htdocs/trunk/en/menu/menu-help.phtml	2006-01-17 16:53:22 UTC (rev 12827)
@@ -6,6 +6,8 @@
 
     <img src="/images/webding.png" height=8 width=8 border=0 alt="dot">&nbsp;
     <a href="/en/lists.phtml">Mailing Lists</a><br>
+	&nbsp;&nbsp;<img src="/images/webding.png" height=8 width=8 border=0 alt="dot">&nbsp;
+	<a href="https://lists.gnucash.org/search/">Search</a><br>
 
     <img src="/images/webding.png" height=8 width=8 border=0 alt="dot">&nbsp;
     <a href="/en/bugs.phtml">Bug Reports</a><br>

Modified: htdocs/trunk/en/t-shirt/index.phtml
===================================================================
--- htdocs/trunk/en/t-shirt/index.phtml	2006-01-17 15:37:26 UTC (rev 12826)
+++ htdocs/trunk/en/t-shirt/index.phtml	2006-01-17 16:53:22 UTC (rev 12827)
@@ -1,4 +1,8 @@
 <?php $title = "GnuCash T-Shirt Offer"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main.phtml"); ?>
 



More information about the gnucash-changes mailing list