Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default
In directory usw-pr-cvs1:/tmp/cvs-serv11829/public_html/templates/en/default
Modified Files:
slashHead.tpl
Log Message:
extrans, title, and metatag tweaks
Index: slashHead.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/slashHead.tpl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** slashHead.tpl 2001/05/21 17:08:41 1.10
--- slashHead.tpl 2001/11/13 22:01:27 1.11
***************
*** 4,8 ****
<html>
<head>
! <title>{SITETITLE}</title>
<!-- Enter Your Desired META Tags Below Here -->
<!-- This Meta Tag is Defined In Each Page By Setting The Variable
--- 4,8 ----
<html>
<head>
! <title>{SITE_NAME} - {SECTION} {SITETITLE}</title>
<!-- Enter Your Desired META Tags Below Here -->
<!-- This Meta Tag is Defined In Each Page By Setting The Variable
***************
*** 11,14 ****
--- 11,17 ----
<META name="object" CONTENT="{XSITEOBJECT}">
<!-- Enter Your META Tags Above Here -->
+ <!-- BEGIN each_metatag -->
+ <META name="{METANAME}" CONTENT="{METADESCRIPTION}">
+ <!-- END each_metatag -->
</HEAD>
<BODY BGCOLOR="#3F4469" text="#000000" link="#3F4469" vlink="#004469">
|