diff options
| author | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-04-26 04:43:12 +0300 |
|---|---|---|
| committer | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-04-26 04:43:12 +0300 |
| commit | 9cb35f2bf2127cc8ac077aae17514a57e576217d (patch) | |
| tree | bf809e73dded8e481d0a2e16c488831052016313 /public/processed-views/base.php | |
| parent | b594effb847b86fc6b1dae49d7948c46bba35e58 (diff) | |
| download | classroom-9cb35f2bf2127cc8ac077aae17514a57e576217d.tar.gz classroom-9cb35f2bf2127cc8ac077aae17514a57e576217d.tar.bz2 classroom-9cb35f2bf2127cc8ac077aae17514a57e576217d.zip | |
alfa.2 version; seceral optimizations; added support for mail-relay
Diffstat (limited to 'public/processed-views/base.php')
| -rw-r--r-- | public/processed-views/base.php | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/public/processed-views/base.php b/public/processed-views/base.php deleted file mode 100644 index 76c4966..0000000 --- a/public/processed-views/base.php +++ /dev/null @@ -1,50 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="utf-8" /><?php ob_flush(); ?> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title><?= $data['title'] ?? 'ΣΚΛΑΒΕΝΙΤΗΣ' ?></title> - - <!-- import fonts --> - <?php link_asset( 'font', [ - 'iconfont', 'CFAstyStdBold', 'CFAstyStdBook', 'CFAstyStdMedium' - ], 'rel="preload" crossorigin' - ); ?> - - <!-- import css --> - <?php link_asset('css', ['main', 'overides']); ?> - -</head> -<body class="homepage" data-plugin-lazyload> - - <div class="mainContainer"> - <div class="mainLayer"> - </div> - - <?php render_view('partials/header',[]); ?> - <?php ob_flush(); ?> - - - <main class="main"> - - <?php - parse_sections( $page['sections'] ); - ?> - - </main> - <?php ob_flush(); ?> - - <?php render_view('partials/footer', []); ?> - - </div> - - <!-- scripts --> - <?php link_asset('js', [ - 'require/files', 'require/slim', - 'plugins', 'plugins/setup' - ] - ); ?> - -</body> -</html> -<?php ob_flush(); ?>
\ No newline at end of file |
