Page 1 of 1

2.3 MOD - Must select a category wenn submitting

Posted: Wed Sep 21, 2011 12:55 pm
by lupolo
all fame goes to Klemmen:

index.php

Directly undernead code: (line 179)

Code: Select all

<td width="80%"><select name="category" <?php if (in_array('category',$_SESSION['iserror'])) {echo ' class="isError" ';} ?> >
Put:

Code: Select all

<option value=""><?php echo $hesklang['selectcat']; ?></option>
and put a extra line in your translation:

Code: Select all

$hesklang['selectcat']='Make your choice';