diff options
Diffstat (limited to 'app/view/templates/admin.php')
-rw-r--r-- | app/view/templates/admin.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/view/templates/admin.php b/app/view/templates/admin.php index 9ac1300..605063b 100644 --- a/app/view/templates/admin.php +++ b/app/view/templates/admin.php @@ -57,6 +57,14 @@ <label for="existnot">Text to show when a page does not exist yet</label> <input type="text" name="existnot" id="existnot" value="<?= Config::existnot() ?>"> + <h2>Render</h2> + + <div class="checkbox"> + <input type="hidden" name="reccursiverender" value="0"> + <input type="checkbox" name="reccursiverender" id="reccursiverender" value="1" <?= Config::reccursiverender() ? 'checked' : '' ?>> + <label for="reccursiverender">Reccursive render</label> + </div> + <h3>Links</h3> <div class="checkbox"> |