[geeklog-cvs] geeklog-1.3/public_html article.php,1.53,1.54

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sat Sep 4 15:31:04 EDT 2004


Update of /var/cvs/geeklog-1.3/public_html
In directory www:/tmp/cvs-serv5905

Modified Files:
	article.php 
Log Message:
Introduced {lang_email_story_alt} and {lang_print_story_alt} variables with alternate wordings of the "send email to ..." and "printable story format" text strings.


Index: article.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/article.php,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** article.php	27 Aug 2004 10:08:40 -0000	1.53
--- article.php	4 Sep 2004 19:31:02 -0000	1.54
***************
*** 180,183 ****
--- 180,184 ----
                  $story_template->set_var ('email_story_url', $emailUrl);
                  $story_template->set_var ('lang_email_story', $LANG11[2]);
+                 $story_template->set_var ('lang_email_story_alt', $LANG01[64]);
              }
              $printUrl = COM_buildUrl ($_CONF['site_url']
***************
*** 188,191 ****
--- 189,193 ----
                  $story_template->set_var ('print_story_url', $printUrl);
                  $story_template->set_var ('lang_print_story', $LANG11[3]);
+                 $story_template->set_var ('lang_print_story_alt', $LANG01[65]);
              }
              if ($_CONF['pdf_enabled'] == 1) {




More information about the geeklog-cvs mailing list