Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default
In directory usw-pr-cvs1:/tmp/cvs-serv11153/phpslash-ft/public_html/templates/en/default
Modified Files:
articleEmailBody.tpl
Log Message:
articleEmailBody.tpl - fixed article link
Index: articleEmailBody.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/articleEmailBody.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** articleEmailBody.tpl 2000/12/01 17:34:48 1.1
--- articleEmailBody.tpl 2001/12/19 20:40:46 1.2
***************
*** 1,5 ****
While reading this online story at:
! http://{SITE_HOST}/{PHP_SELF}?story_id={STORY_ID}
{MAILFROMNAME} ({MAILFROMADDRESS}) requested this article be sent to you.
--- 1,5 ----
While reading this online story at:
! http://{SITE_HOST}{PHP_SELF}?story_id={STORY_ID}
{MAILFROMNAME} ({MAILFROMADDRESS}) requested this article be sent to you.
***************
*** 18,22 ****
You can find this article and more online at:
! http://{SITE_HOST}/{PHP_SELF}?story_id={STORY_ID}
Copyright 2000 All Rights Reserved.
--- 18,22 ----
You can find this article and more online at:
! http://{SITE_HOST}{PHP_SELF}?story_id={STORY_ID}
Copyright 2000 All Rights Reserved.
|