Kevin 5 лет назад
Родитель
Сommit
4c7234a24a
1 измененных файлов с 0 добавлено и 11 удалено
  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 );