diff options
author | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-27 04:47:58 +0200 |
---|---|---|
committer | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-27 04:47:58 +0200 |
commit | b028da9fea70c65ccd52d1d478859739027d756a (patch) | |
tree | f6ad05f4313499ebd84c2afd26320217b18ad04f /creations/video | |
parent | af9e5ef458b93ef2003905e1ccc5665e7266c242 (diff) | |
download | main-b028da9fea70c65ccd52d1d478859739027d756a.tar.gz main-b028da9fea70c65ccd52d1d478859739027d756a.tar.bz2 main-b028da9fea70c65ccd52d1d478859739027d756a.zip |
Commmmmmit
Diffstat (limited to 'creations/video')
-rw-r--r-- | creations/video/gyrate-with-obliqueness/index.php | 11 | ||||
-rw-r--r-- | creations/video/gyrate-with-obliqueness/title.txt | 1 | ||||
-rw-r--r-- | creations/video/index.php | 13 |
3 files changed, 3 insertions, 22 deletions
diff --git a/creations/video/gyrate-with-obliqueness/index.php b/creations/video/gyrate-with-obliqueness/index.php deleted file mode 100644 index c37aa5c..0000000 --- a/creations/video/gyrate-with-obliqueness/index.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php $_TITLE = "Gyrate with Obliqueness"; 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"> - <h2>Gyrate with Obliqueness</h2> - - <p>Gyrate with Obliqueness is an upcoming collaboration between me and the cuban artist « russelbuck ». This project is a cover of the song with the same name, with an added music video related to the lyrics of the song.</p> - </div> - - <br> -</div> -<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?> diff --git a/creations/video/gyrate-with-obliqueness/title.txt b/creations/video/gyrate-with-obliqueness/title.txt deleted file mode 100644 index 2798c5d..0000000 --- a/creations/video/gyrate-with-obliqueness/title.txt +++ /dev/null @@ -1 +0,0 @@ -Gyrate with Obliqueness
\ No newline at end of file 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 |