-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
21 lines (20 loc) · 861 Bytes
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php if (FEEDBACK > 0) { ?>
<!-- feedback area -->
<button class="feedback_button" data-toggle="modal" data-target="#modal_feedback"><?php echo $GLOBALS['lang']->other->feedbackTitle; ?></button>
<div id="modal_feedback" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<button type="button" class="modal-close-button" data-dismiss="modal">x</button>
<div class="subject_header"><?php echo $GLOBALS['lang']->other->feedbackDesc; ?></div>
<textarea id="feedback_textarea" rows="3"></textarea>
<button type="button" class="feedback_submit"><?php echo $GLOBALS['lang']->other->send; ?></button>
</div>
</div>
</div>
<?php } ?>
<!-- Google Font -->
<script src="js/jquery-ui.min.js"></script>
<script src="js/datepicker-cs.js"></script>
<script src="js/script.js"></script>
</body>
</html>