View Single Post
  #1 (permalink)  
Old 05-10-2007, 08:32 PM
njak njak is offline
Junior Member
 
Join Date: May 2007
Posts: 6
Default Where Is $title and Other Variables Defined?

I'd like to customize the variables in the head.tpl, but I cannot find where they are defined:

<head>
<title>{$title}</title>
<meta http-equiv="Content-Type" content="text/html;charset={$config.charset}" />
<link rel="stylesheet" href="{$styles}/style.css" type="text/css" />
<meta name="description" content="{$description}" />
<meta name="keywords" content="{$keywords}" />
</head>

Where do I locate $title, $description and $keywords? I'd like the title to read as my client's name and nothing is defined for the description and keywords.

Thanks,
Julie
Reply With Quote