this is what my header looks like, what i need to know is if i'm using
the
{literal} correctly or i dont need to use them at all
<!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">
<head>
<meta http-equiv="content-type" content="text/html;
charset={$charset}" />
<title>{$companyname} - {$pagetitle}{if $kbarticle.title} -
{$kbarticle.title}{/if}- Las Vegas and Henderson Nevada</title>
{if $systemurl}<base href="{$systemurl}" />{/if}
<link rel=alternate type=application/rss+xml title=Las Vegas and
Henderson
Pest Control href=
http://feeds.feedburner.com/Las-Vegas/Pest-Control /
>
<link rel="stylesheet" type="text/css"
href="templates/{$template}/style.css" />
<link rel="stylesheet" type="text/css"
href="templates/{$template}/extra.css" />
<link rel="stylesheet" type="text/css"
href="templates/{$template}/glossy-buttons.css" />
<!-- The Pop -->
<script src="templates/{$template}/jquery.js"
type="text/javascript"></script>
<link href="templates/{$template}/facebox.css" media="screen"
rel="stylesheet" type="text/css"/>
<script src="templates/{$template}/facebox.js"
type="text/javascript"></script>
<script type="text/javascript"
src="
http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js">
</script>
<script type="text/javascript"
src="jquery.tipTip.minified.js"></script>
<link rel="shortcut icon" href="/favicon.ico" />
{$headoutput}
{if $livehelpjs}{$livehelpjs}{/if}
<link href="templates/{$template}/html/style.css" type="text/css"
rel="stylesheet" media="screen" /> <!-- The websites CSS file. Keep in
mind
that you have to change this line if you rename or move the CSS file.
-->
<link rel="stylesheet"
href="templates/{$template}/html/fancybox/jquery.fancybox-1.3.4.css"
type="text/css" media="screen" /> <!-- The FancyBox CSS file. Keep in
mind
that you have to change this line if you rename or move the CSS file.
-->
<!--[if lt IE 8]>
<script src="
http://ie7-js.googlecode.com/svn/version/2.0(beta3)/
IE8.js"
type="text/javascript"></script>
<![endif]-->
<script src="
http://ajax.googleapis.com/ajax/libs/jquery/1.4/
jquery.min.js"
type="text/javascript" ></script> <!-- Makes the Theme use jQuery -->
<script
src="templates/{$template}/html/fancybox/
jquery.fancybox-1.3.4.pack.js"
type="text/javascript" ></script> <!-- The FancyBox Script -->
<script src="templates/{$template}/html/cufon/cufon-yui.js"
type="text/javascript"></script> <!-- The Text Replacement script.
Keep in
mind that you have to change this line if you rename it. -->
<script src="templates/{$template}/html/cufon/Verdana_400.font.js"
type="text/javascript"></script> <!-- The Text Replacement script.
Keep in
mind that you have to change this line if you rename it. -->
<script src="templates/{$template}/html/cufon/
Trebuchet_MS_400.font.js"
type="text/javascript"></script> <!-- The Text Replacement script.
Keep in
mind that you have to change this line if you rename it. -->
<script
src="templates/{$template}/html/cufon/Trebuchet_MS_italic_400.font.js"
type="text/javascript"></script> <!-- The Text Replacement script.
Keep in
mind that you have to change this line if you rename it. -->
{literal}
<script type="text/javascript">
Cufon.replace('#navigation a.main, .sidebar-navi p', { fontFamily:
'Verdana' , hover: true });
Cufon.replace('.footer-headline p, .content-headline p, .fifty-grid
h1,
.third-grid h1, .seventy-grid h1, .date-comments-wrap p, .sidebar-navi
p,
.comments-icons-wrap p, .seventy-grid h2', { fontFamily: 'Verdana'});
Cufon.replace('#sub-banner p', { fontFamily: 'Trebuchet MS' ,
textShadow:
'1px 1px 0 rgba(0,0,0,0.2)'});
Cufon.replace('a.content-button, a.contact-button, a.pre-button,
a.next-button, a.blog_number', { fontFamily: 'Trebuchet MS' , hover:
true
});
Cufon.replace('#t-slider li p', { fontFamily: 'Trebuchet MS' });
</script>
{/literal}
<script type='text/javascript' src='tooltip/js/prototype.js'></script>
<script type='text/javascript'
src='tooltip/js/scriptaculous.js?load=effects'></script>
<script type='text/javascript' src='tooltip/js/prototip.js'></script>
<link rel="stylesheet" type="text/css" href="tooltip/css/
prototip.css" />
<script type="text/javascript" src="swfobject.js?v=2.2"></script>
</head>
<body>
{literal}
<script type="text/javascript">
jQuery(document).ready(function($) {
$('a[rel*=facebox]').facebox()
})
</script>
{/literal}