diff options
| -rw-r--r-- | templates/admin_blogs.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin_blogs.tpl b/templates/admin_blogs.tpl index 28ca157..04423f5 100644 --- a/templates/admin_blogs.tpl +++ b/templates/admin_blogs.tpl @@ -83,7 +83,6 @@ {if $blog_categ eq 'y'}checked="checked"{/if} /> {/forminput} </div> - *} <div class="row"> {formlabel label="Choose a parent category for blogs" for="blog_parent_categ"} @@ -96,7 +95,8 @@ </select> {/forminput} </div> -{* {/if}*} + {/if} + *} <div class="row submit"> <input type="submit" name="featuresTabSubmit" value="{tr}Change preferences{/tr}" /> |
