Browse Source

remove projet.php

Kevin 4 years ago
parent
commit
4c7234a24a
1 changed files with 0 additions and 11 deletions
  1. 0 11
      web/app/themes/la_mine/projets.php

+ 0 - 11
web/app/themes/la_mine/projets.php

@@ -1,11 +0,0 @@
-<?php
-
-/**
- * Template Name: projets
- */
-
-$context = Timber::context();
-
-$timber_post     = new Timber\Post();
-$context['post'] = $timber_post;
-Timber::render( array( 'page-' . $timber_post->post_name . '.twig', 'page.twig' ), $context );