How can I insert a line break in this code?
Posted: Tue Jan 29, 2008 3:25 pm
I want to break the exibition of update, author and created, just like the lines below inthe code.
How to insert "" in this code, after wich info?
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'))) :
?>