forked from projectsend/projectsend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
26 lines (22 loc) · 740 Bytes
/
footer.php
File metadata and controls
26 lines (22 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
</div> <!-- container-fluid -->
<?php
/**
* Footer for the backend. Outputs the default mark up and
* information generated on functions.php.
*
* @package ProjectSend
*/
default_footer_info();
render_json_variables();
load_js_files();
?>
</div> <!-- main_content -->
</div> <!-- container-custom -->
</body>
</html>
<?php
if ( DEBUG === true ) {
echo "\n" . '<!-- DEBUG INFORMATION' . "\n";
echo "\n" . '-->' . "\n" ;
}
ob_end_flush();