Hi Murray, Welcome aboard!

Thanks.

>The specific modifications required are:

{your_FarCry_project_folder}/webskin/includes/dmHeader.cfm (Line 24 to
29):

<link rel="stylesheet" type="text/css" href="/css/main.css"
media="screen" />
<link rel="stylesheet" type="text/css" href="/css/print.css"
media="print" />
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="css/ie6_or_less.css" />
<![endif]-->
<script type="text/javascript" src="/js/common.js"></script>

Thanks for that. Maybe I havent installed the right version because
what I have in my dmHeader.cfm file is:

<cfimport taglib="/farcry/farcry_core/tags/webskin" prefix="skin">

<cfoutput>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>#application.config.general.sitetitle#:
#attributes.pageTitle#</title>
</cfoutput>

<skin:importCSS type="link">

<cfoutput>
<script type="text/javascript"
src="#application.url.webroot#/js/navigation.js"></script>
</head>
<body id="#attributes.layoutClass#">

etc. The version control comment says:

|| VERSION CONTROL ||
$Header: /cvs/farcry/farcry_pliant/webskin/includes/dmHeader.cfm,v 1.2
2005/08/19 06:19:00 guy Exp $
$Author: guy $
$Date: 2005/08/19 06:19:00 $
$Name:  $
$Revision: 1.2 $

As per the suggestion on the downloads page I installed version 3.0.1.
Have I installed the wrong version ?

Thanks,
Murray


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/farcry-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to