From 53b92fc1b2b97a283a5c44aef9f87ffe5ed3c775 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20K?= Date: Thu, 23 Jul 2015 13:07:13 +0200 Subject: [PATCH] Forget Hooks for page and post template --- themes/pure/php/page.php | 6 +++++- themes/pure/php/post.php | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) mode change 100644 => 100755 themes/pure/php/page.php mode change 100644 => 100755 themes/pure/php/post.php diff --git a/themes/pure/php/page.php b/themes/pure/php/page.php old mode 100644 new mode 100755 index 3f1f5404..3547e0d5 --- a/themes/pure/php/page.php +++ b/themes/pure/php/page.php @@ -1,7 +1,9 @@ -

Page

+

get('Page') ?>

+ +
\ No newline at end of file diff --git a/themes/pure/php/post.php b/themes/pure/php/post.php old mode 100644 new mode 100755 index 5cf6f4c8..2556e23e --- a/themes/pure/php/post.php +++ b/themes/pure/php/post.php @@ -1,7 +1,9 @@ -

Post

+

get('Post') ?>

+ +
@@ -34,4 +36,6 @@ content() ?> + +
\ No newline at end of file