summaryrefslogtreecommitdiffstats
path: root/web/html/template.php
diff options
context:
space:
mode:
authoreric <eric>2004-06-18 22:42:07 +0000
committereric <eric>2004-06-18 22:42:07 +0000
commit74594e516d699a3a95a4e8112c914b9225853de7 (patch)
tree9e07a66a712c17a81873eefbf592b46ebb787cbc /web/html/template.php
parentd92682fbfdd9dec43939678b3c5b80c512f148d3 (diff)
downloadaurweb-74594e516d699a3a95a4e8112c914b9225853de7.tar.xz
renamed _() function to __() to avoid gettext conflict
Diffstat (limited to 'web/html/template.php')
-rw-r--r--web/html/template.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/template.php b/web/html/template.php
index 6996475..8ada0f1 100644
--- a/web/html/template.php
+++ b/web/html/template.php
@@ -4,10 +4,10 @@ include("index_po.inc"); # use some form of this for i18n support
html_header(); # print out the HTML header
-# Any text you print out to the visitor, use the _() function
+# Any text you print out to the visitor, use the __() function
# for i18n support. See 'testpo.php' for more details.
#
-print _("Hi, this is worth reading!")."<br/>\n";
+print __("Hi, this is worth reading!")."<br/>\n";
html_footer("\$Id$"); # Use the $Id$ keyword