20 lines
671 B
HTML
Executable File
20 lines
671 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
{include file="public/head" /}
|
|
<body class="hold-transition skin-blue sidebar-mini" id="loading-box-top">
|
|
<div class="wrapper">
|
|
{include file="public/header" /}
|
|
<?php if($administrator):?>
|
|
{include file="public/leftall" /}
|
|
<?php else:?>
|
|
{include file="public/left" /}
|
|
<?php endif;?>
|
|
<!-- Content Wrapper. Contains page content -->
|
|
{__CONTENT__}
|
|
<!-- /.content-wrapper -->
|
|
{include file="public/footer" /}
|
|
{include file="public/sidebar" /}
|
|
</div>
|
|
<!-- ./wrapper -->
|
|
</body>
|
|
</html> |