diff options
Diffstat (limited to 'creations/video/index.php')
-rw-r--r-- | creations/video/index.php | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/creations/video/index.php b/creations/video/index.php index c73fa1a..6d06fd6 100644 --- a/creations/video/index.php +++ b/creations/video/index.php @@ -1,11 +1,4 @@ -<?php $_TITLE = "Video Creations"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?> -<div style="margin-top: 56px;z-index: 5;background: #fff;padding-top: 20px;min-height: calc(100vh - 57px);" id="main-box"> - <div class="container"> - <?php $_ACTIVE = "video"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/categories.php"; ?> - <h2><?= l("Video Creations", "Créations audiovisuelles") ?></h2> - <?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/video/list.php"; ?> - </div> +<?php - <br> -</div> -<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?> +header("Location: /creations"); +die();
\ No newline at end of file |