| uploadphoto.tmpl
I've tried editing the uploadphoto.tmpl
Here is the code i've been trying to change:
echo<<<PPPRINT
<tr>
<td class="{$Style['tddetails']}" align="left" width="50%"><span class="{$Style['small']}">{$Globals['pp_lang']['skipupl']}</span></td>
<td class="{$Style['tddetails']}" align="left" width="50%"><input type="checkbox" name="skipupload" value="skipupload" /></td>
</tr>
$skiphtml
PPPRINT;
Is this the correct code??
|