init
This commit is contained in:
20
app/admin/view/public/layout.html
Executable file
20
app/admin/view/public/layout.html
Executable file
@@ -0,0 +1,20 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user