From 5788392c8ccb85363bc751d833d263b3f2c1a0a9 Mon Sep 17 00:00:00 2001 From: dignajar Date: Mon, 6 Jul 2015 22:16:30 -0300 Subject: [PATCH] Bug fixes --- themes/pure-clean/php/page.php | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/themes/pure-clean/php/page.php b/themes/pure-clean/php/page.php index ce7328a1..3f1f5404 100644 --- a/themes/pure-clean/php/page.php +++ b/themes/pure-clean/php/page.php @@ -10,22 +10,6 @@ title() ?> - -
- - get('Posted By').' '; - - if( Text::isNotEmpty($Page->authorFirstName()) && Text::isNotEmpty($Page->authorLastName()) ) { - echo $Page->authorFirstName().', '.$Page->authorLastName(); - } - else { - echo $Page->username(); - } - ?> - -
-