diff options
| author | wjames5 <will@tekimaki.com> | 2007-03-01 17:11:29 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2007-03-01 17:11:29 +0000 |
| commit | f0444c82662f2afc68b6797f3295244ebbf7fc6c (patch) | |
| tree | 8c445fd14993791b6fead996d509a577a4add680 /templates/admin_blogs.tpl | |
| parent | 94a09cb5955442d6e8be413b68589a73db837795 (diff) | |
| download | blogs-f0444c82662f2afc68b6797f3295244ebbf7fc6c.tar.gz blogs-f0444c82662f2afc68b6797f3295244ebbf7fc6c.tar.bz2 blogs-f0444c82662f2afc68b6797f3295244ebbf7fc6c.zip | |
fully comments out categories reference
Diffstat (limited to 'templates/admin_blogs.tpl')
| -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}" /> |
