(file) Return to act_createmetatags.cfm CVS log (file) (dir) Up to [Development] / p2rx-programs / include

File: [Development] / p2rx-programs / include / act_createmetatags.cfm (download)
Revision: 1.2, Wed May 31 21:15:19 2006 UTC (3 years, 5 months ago) by pKanel
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +2 -1 lines
Changed to regionalcenter from p2ric on line 21

<!--- 	Name:  act_createmetatags.cfm
    	Purpose: This file will create metatags for each page for programs directory.
		Date created: 05/01/2006 
       	Dependancy: Title - Depends upon the page the user is viewing
					Description - Depends upon the page the user is viewing
					Keywords - Depends upon the page the user is viewing

		Variables: 	ProgramType
					ProgramTypeID
		Date changed: 
					05/01/2006     	Prabin Kanel	Created file
					05/31/2006		Prabin Kanel	Changed to regionalcenter from p2ric on line 21
--->
<CFHTMLHEAD TEXT = "<TITLE>#title#</TITLE>
	<META NAME = ""title"" CONTENT = ""#title#"">
	<META NAME = ""description"" CONTENT = ""#description#"">
	<META NAME = ""keywords"" CONTENT = ""#Meta_keywords#"">
	<META NAME = ""robots"" content=""index, follow"">
	<META NAME = ""group"" CONTENT = ""programsDirectory"">
	<META NAME =""Area"" content=""p2rxsrch"">
	<META NAME =""User"" content=""#regionalcenter#"">
	<META HTTP-EQUIV=""Content-Language"" CONTENT=""en-US"">">

CVS Admin
Powered by
ViewCVS 1.0-dev