2.3 MOD - Must select a category wenn submitting
Posted: Wed Sep 21, 2011 12:55 pm
all fame goes to Klemmen:
index.php
Directly undernead code: (line 179)
Put:
and put a extra line in your translation:
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" ';} ?> >
Code: Select all
<option value=""><?php echo $hesklang['selectcat']; ?></option>
Code: Select all
$hesklang['selectcat']='Make your choice';