Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic
In directory usw-pr-cvs1:/tmp/cvs-serv24707/phpslash-ft/public_html/templates/en/basic
Modified Files:
slashHead.tpl
Log Message:
SKIN variable in slashHead
Index: slashHead.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/slashHead.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** slashHead.tpl 9 Apr 2002 17:08:05 -0000 1.3
--- slashHead.tpl 15 Apr 2002 14:50:22 -0000 1.4
***************
*** 15,19 ****
<!-- END each_metatag -->
! <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/basic.css" />
</head>
--- 15,19 ----
<!-- END each_metatag -->
! <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{SKIN}.css" />
</head>
|