|
OK, I found the template and tried a couple of combinations, but the only thing I get are errors. I assume this is the code:
echo<<<PPPRINT
<tr>
<td class="{$Style['tddetails']}" align="left"><span class="{$Style['small']}">{$Globals['pp_lang']['skipupl']}</span></td>
<td class="{$Style['tddetails']}" align="left"><input type="checkbox" name="skipupload" value="skipupload" /></td>
</tr>
$skiphtml
But were do I put this??:
if ( $User['adminedit'] == 1 ) {
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
}
I'm sorry for the stupid question but I'm not an experienced programmer.
|