diff options
Diffstat (limited to 'web/views/template/modal.php')
-rw-r--r-- | web/views/template/modal.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/web/views/template/modal.php b/web/views/template/modal.php deleted file mode 100644 index e3ce6fe..0000000 --- a/web/views/template/modal.php +++ /dev/null @@ -1,14 +0,0 @@ -<?php /* Copyright (c) 2024 Freya Murphy */ ?> -<?php /* vi: syntax=php */ ?> -<div class="modal-container"> - <div class="modal"> - <div class="modal-header row"> - <?=$title?> - <?=ilang( - 'action_modal_close', - class: 'float-right btn btn-action modal-close', - )?> - </div> - <?php $this->view('modal/' . $content) ?> - </div> -</div> |