diff --git a/source/plg_system_t3/base/html/com_content/article/default.php b/source/plg_system_t3/base/html/com_content/article/default.php
index 350f827480..805e4794a2 100644
--- a/source/plg_system_t3/base/html/com_content/article/default.php
+++ b/source/plg_system_t3/base/html/com_content/article/default.php
@@ -15,10 +15,16 @@
// Create shortcuts to some parameters.
$params = $this->item->params;
-$images = json_decode($this->item->images);
-$urls = json_decode($this->item->urls);
+$images = json_decode($this->item->images);
+$urls = json_decode($this->item->urls);
$canEdit = $this->item->params->get('access-edit');
$user = JFactory::getUser();
+$aInfo = (($params->get('show_author') && !empty($this->item->author )) ||
+ ($params->get('show_category')) ||
+ ($params->get('show_create_date')) ||
+ ($params->get('show_parent_category')) ||
+ ($params->get('show_publish_date')));
+$exAction = ($canEdit || $params->get('show_print_icon') || $params->get('show_email_icon'));
?>
params->get('show_page_heading', 1)) : ?>
@@ -46,10 +52,11 @@
+