diff options
author | Craig Crosby <creecros@gmail.com> | 2018-11-28 10:33:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-28 10:33:23 -0500 |
commit | cddaf2ac2ec541b695a7dcc2f7410322950c5eef (patch) | |
tree | af967ab93964ac396eaf8df93b81cf59f2eda918 /app/Template | |
parent | ebf8c5f8393d9457aa304f359814aceaec1856c8 (diff) |
Add hook to Board Settings
Diffstat (limited to 'app/Template')
-rw-r--r-- | app/Template/config/board.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Template/config/board.php b/app/Template/config/board.php index 35058f0f..f73aa810 100644 --- a/app/Template/config/board.php +++ b/app/Template/config/board.php @@ -17,6 +17,8 @@ <?= $this->form->number('board_private_refresh_interval', $values, $errors) ?> <p class="form-help"><?= t('Frequency in second (0 to disable this feature, 10 seconds by default)') ?></p> </fieldset> + + <?= $this->hook->render('template:config:board', array('values' => $values, 'errors' => $errors)) ?> <div class="form-actions"> <button type="submit" class="btn btn-blue"><?= t('Save') ?></button> |