How to insert "" in this code, after wich info?
Code: Select all
<?php
if (
(!empty ($this->article->modified) && $this->params->get('show_modify_date')) ||
($this->params->get('show_author') && ($this->article->author != "")) ||
($this->params->get('show_create_date'))) :
?>