mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 09:54:55 +02:00
Remove old layout
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<?php
|
||||
$time = microtime();
|
||||
$time = explode(' ', $time);
|
||||
$time = $time[1] + $time[0];
|
||||
$start = $time;
|
||||
include 'layout/head.php'; ?>
|
||||
<body<?php if (isset($page_filename) && strlen($page_filename) > 0) echo " class='page_{$page_filename}'"; ?>>
|
||||
<div id="main">
|
||||
<?php include 'layout/header.php'; ?>
|
||||
<div id="site_content">
|
||||
<?php include 'layout/aside.php'; ?>
|
||||
<div class="content">
|
Reference in New Issue
Block a user