index.php 258 Bytes
Newer Older
Phạm Văn Đoan committed
1 2 3 4 5 6 7 8 9 10 11 12
<!DOCTYPE html>
<html>
<head>
    <?php include 'includes_top.php'; ?>
</head>
<body data-layout="detached">
    <!-- HEADER -->
    <?php include $page_name.'.php';?>
    <!-- all the js files -->
    <?php include 'includes_bottom.php'; ?>
</body>
</html>