Update of /cvsroot/phpslash/phpslash-skins/include/templates/en/funkatronic
In directory sc8-pr-cvs1:/tmp/cvs-serv16040/phpslash-skins/include/templates/en/funkatronic
Modified Files:
slashHead.tpl
Log Message:
change php3 references to php
Index: slashHead.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/funkatronic/slashHead.tpl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** slashHead.tpl 12 Mar 2003 16:15:21 -0000 1.1.1.1
--- slashHead.tpl 12 Mar 2003 16:29:22 -0000 1.2
***************
*** 18,22 ****
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
! <link rel="alternate" type="application/rss+xml" title="RSS" href="{ROOTDIR}/backend.php3" />
<link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{SKIN}.css" />
--- 18,22 ----
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
! <link rel="alternate" type="application/rss+xml" title="RSS" href="{ROOTDIR}/backend.php" />
<link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{SKIN}.css" />
|