Hi
i want to remove {SURVEYDESCRIPTION} in the first page of the survey but i don't find in the template this part of code. any suggestions ?
strartpage.ptsql
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="generator" content="LimeSurvey
www.limesurvey.org" />
<!-- The following line includes template.css and if an RTL-language is used template-rtl.css -->
{TEMPLATECSS}
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="{TEMPLATEURL}ie_fix_6.css" />
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="{TEMPLATEURL}ie_fix_7.css" />
<![endif]-->
<!--[if IE 8]>
<link rel="stylesheet" type="text/css" href="{TEMPLATEURL}ie_fix_8.css" />
<![endif]-->
<!-- The following CSS hides visual elements of the progress bar from screen readers. -->
<style type="text/css" media="aural tty">
progress-graph .zero, progress-graph .graph, progress-graph .cent { display: none; }
</style>
<script type="text/javascript" src="{TEMPLATEURL}template.js"></script>
<link rel="shortcut icon" href="{TEMPLATEURL}favicon.ico" />
<div align=center>
<a href="
www.provincia.to.it/ambiente/agenda21/acquisti_ecologici/index" target="_blank"><img src="{TEMPLATEURL}logo_ape_t.gif"></a>
</table>
</head>
<table width="100" align="center" bgcolor=#B3EE3A>
<tr>
<td align="left" width='30%'>
</td>
<td align="center" width='40%'>
</td>
<td align="right" width='30%'>
</td>
</tr>
</table>
<body class="default">
welcome.ptsql
<table align="center" width="100%" cellpadding="25" cellspacing="0" border="0" style="border-color:
#9acd32">
<br><br>
<tr>
<td align="left" bgcolor="#B3EE3A>
{CHECKJAVASCRIPT}
<h1>{SURVEYNAME}</h1><br />
<p class='surveywelcome'>{WELCOME}</p><br />
<br><br>
</td>
</tr>
</table>