From 96ce07dfbbf72777b818343705232eb7292917ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20K?= Date: Fri, 24 Jul 2015 10:04:37 +0200 Subject: [PATCH] Call Hooks for post & page template --- themes/pure/php/page.php | 5 ++++- themes/pure/php/post.php | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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 8104853d..bed263ab --- a/themes/pure/php/page.php +++ b/themes/pure/php/page.php @@ -12,9 +12,12 @@ + +
content() ?>
- + + \ 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 dc4d5882..d1a63f7f --- a/themes/pure/php/post.php +++ b/themes/pure/php/post.php @@ -10,6 +10,8 @@ title() ?> + +
dateCreated() ?> @@ -34,4 +36,6 @@ content() ?>
+ + \ No newline at end of file